I need to use basic authentication to allow access to reports based on users logged in user id on a web site but not necessarily what they are logged in to their machine with. I am using a form to post all of the information and so far it is working by using my desktop credentials. If I want to change the username and password it is using in the form, is there a way to pass a different set of credentials as parameters to the server? If so, what would I sue as the parameter names?
If not in a hidden field then can they be passed in the url? Is there any config that needs to be done on the server to make it work and what would the syntax be?
Thanks for your help