B
bitshift
Im about to write some asp.net code that needs to communicate with a
classic (old) asp page on a remote server. I have two choices, either do a
https post with form data, or encrypt a querystring before letting the user
click on it. For the encrypted querystring, the classic asp page would then
have to decrypt the string.
What are my options if I go with using an encrypted querystring ? I
suggested the other party build an VB6 component that is called from their
asp page, to handle the description.
If I go the https route, I will need a copy of the remote sites, server
certificate in order to make the connection and post.
thoughts or suggestions please...
classic (old) asp page on a remote server. I have two choices, either do a
https post with form data, or encrypt a querystring before letting the user
click on it. For the encrypted querystring, the classic asp page would then
have to decrypt the string.
What are my options if I go with using an encrypted querystring ? I
suggested the other party build an VB6 component that is called from their
asp page, to handle the description.
If I go the https route, I will need a copy of the remote sites, server
certificate in order to make the connection and post.
thoughts or suggestions please...