http://qs321.pair.com?node_id=176008

dwatson06 has asked for the wisdom of the Perl Monks concerning the following question:

I need to create a client to pass information directly to a cgi script by creating a Post. What is the best way to communicate with this example? https://theSite.com:443/subdirectory/new_login.cgi

Originally posted as a Categorized Question.

  • Comment on How can I create a Post directly to a CGI script through HTTPS?

Replies are listed 'Best First'.
Re: How can I create a Post directly to a CGI script through HTTPS?
by merlyn (Sage) on Jun 20, 2002 at 13:57 UTC
    The "https" part is a red herring. Posting to an SSL site is no different than posting to a normal HTTP site, except for the URL, provided you have all the SSL stuff in place.