Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Doing HTTPS request/response

Status
Not open for further replies.

cfsponge

Programmer
Feb 22, 2006
44
US
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.
 
Did you look into the using the server-safe version of the xmlhttp object?
 
I was not aware of this COM. Looking into it now. Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top