Elderberg Posted August 28, 2020 Report Share Posted August 28, 2020 Is it possible to pass parameters more securely using POST instead of GET? Quote Link to comment Share on other sites More sharing options...
0 sandy159 Posted August 28, 2020 Report Share Posted August 28, 2020 Hello @Elderberg, You can pass parameters internally through Caspio Bridge. This method has the advantage that the parameter data is not visible in the address bar of your end user’s browser. You may find this article helpful: Passing Parameters through Caspio Bridge Hope this helps! Quote Link to comment Share on other sites More sharing options...
0 Elderberg Posted August 28, 2020 Author Report Share Posted August 28, 2020 I have the below code inserted into an HTML Block. The first line creates a link and passess the parameters to the new page. However, it seems like caspio is not rendering the <form> and </form> and so clicking on the submit button it just refreshes the page. Does anyone have any experience with embedding a form inside html block like this? Ultimately i'm just trying to launch a new page and pass parameters securely. <a href="1045_Report.php?CMPID=[@field:CMP_ID2]&LID=[@field:Codename]&GBL=[@field:GroupByLabel]" target="_blank">RadioCheck</a> <form name="btn1" id="btn1" action="/1045_Report.php" method="post"> <input type="hidden"type="text" id="LID" name="LID" value="COUVA"><br> <input type="hidden" type="text" id="lname" name="lname" value="Doe"><br><br> <input type="submit" name="btn1" id="btn1"value="RadioCheck"> </form> Quote Link to comment Share on other sites More sharing options...
Question
Elderberg
Is it possible to pass parameters more securely using POST instead of GET?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
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.