server.transfer urgent
-
I have a web application running on a server which will authenticate a user against a user name and password. Once authenticated this should pass a url to another server with the username and password as querystring. These two application are different. I tried using server.transfer but it does not work and i came to know it will not work between two different application in two different servers. I also donot want the query string to be visible as it is not secure. can any body help. response.redirect reveals the passwords. i also cannot encrypt the password as the second application does not know that the password is encrypt. i have no control over the second web application. It is a 3 rd party stuff. any help appreciated. Thanks in advance. anand
-
I have a web application running on a server which will authenticate a user against a user name and password. Once authenticated this should pass a url to another server with the username and password as querystring. These two application are different. I tried using server.transfer but it does not work and i came to know it will not work between two different application in two different servers. I also donot want the query string to be visible as it is not secure. can any body help. response.redirect reveals the passwords. i also cannot encrypt the password as the second application does not know that the password is encrypt. i have no control over the second web application. It is a 3 rd party stuff. any help appreciated. Thanks in advance. anand
Do not have a clue since you have no control on the application to which you are transfering. If you did, you could use a shared database or file, but since you have no control, then the client has to go through the front door. Rocky <>< www.HintsAndTips.com - Includes Developer Tips www.MyQuickPoll.com - Now with Recent Poll List