Question
3
Replies
472
Views
Posted: September 16, 2016
Last activity: October 4, 2016
Closed
Solved
dynamically change the username and password in snapstart url
I constructed a snapstart url where a username and its corresponding password are hard coded in a web application. This will open the PRPC portal for the user only. Is there a way to parameterize the username and password so that the url takes the usename and password dynamically for any user and opens the portal?
Hi
I think if you dont pass your user id and password in the URL then it will prompt user for it. Try forming the query without giving the op id and password and share the result.