Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to manually add params to URL

HI JB,
I know when we route from one page to another page we use router configuration. There we will store params using router.go. then the params I gave inside it will store in URL.
How can I give params (encrypted or minified) to URL directly and load the page based on params?
for example:
this
https://localhost:8000/testingapp?ojr=testingpage&docid=25478&username=praveen
to this
https://localhost:8000/testingapp?ojr=testingpage%3Ddocid%2522%253A285%252C2725478%2522username=%2522%253Apraveen%257D

This post has been answered by John JB Brock-Oracle on Sep 20 2021
Jump to Answer

Comments

Post Details

Added on Sep 20 2021
1 comment
124 views