Jump to content
  • 0

Hide parameters in query string


NeoInJS

Question

2 answers to this question

Recommended Posts

  • 0

Hi NeoInJS,

I have an idea that might work.

Instead of using the HTML block, use the details page option in your tabular report. Once in the details section, add a virtual field and go to the Advanced tab. On load, make the value to be the one you are trying to pass and enable On exit, please save the name of the On exit parameter as you will use it in the next page. Then add a new HTML block and autosubmit the datapage.

Now, in your separate Details page, the one where you are receiving the parameters at, make your On exit parameter match with your search criteria. This way you would pass parameters internally in Caspio and they wont be displayed in the URL.

I hope it helps or at least gives you an idea.

Link to comment
Share on other sites

  • 0

Hi NeoInJS,

Sending an HTTP POST request comes to mind, but this method requires a back-end server to fetch the posted data.

Here are the alternatives:

  1. Cookies
  2. Browser locationStorage or sessionStorage

 

For the first option, cookies must be enabled in your browser.

For the second option, you can take a look at my old forum post:

Hope this helps.

-nightowl

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...