I'm setting up a form on a client site that, once the user submits, sends all POST data to an HTTPS server. This server validates all info, creates a session, and spits it back to the browser in one long query string url. I need to have my server grab this url and redirect automatically to it.
Two problems with this:
1. I have NO clue how to do HTTPS request/response models.
2. The client site is using classic ASP. The provided user guide only shows Java, CGI and ASP.NET.
Any tutorials or direction pointing would be greatly appreciated.
Two problems with this:
1. I have NO clue how to do HTTPS request/response models.
2. The client site is using classic ASP. The provided user guide only shows Java, CGI and ASP.NET.
Any tutorials or direction pointing would be greatly appreciated.