Credentials and POST method with IO::Socket::SSL?



Hello.

I need to send form data to a secure server, using the POST method.
I have successfully used IO::Socket::SSL with the GET method, but
I cannot find any examples of posting data using this module.

Can anyone here help?

Thanks
-Mark


.



Relevant Pages

  • Submitting form data using POST method
    ... I have an application that is working fine on an XP machine submitting ... data from one ASP page to another using the POST method. ... I have enabled "submit unencrypted form data" in both IE ... security settings and in GP. ...
    (microsoft.public.windows.group_policy)
  • Re: Postback mechanism in asp.net
    ... asp.net pages can use either the get or post method, so thats not a reliable method. ... a post means the form data follows the headers, a get means its contained on the url as args. ... CAn anyone tell me how postback mechanism is handle by asp.net worker ... Means why worker process know that this page is posted back ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: cgi scripts
    ... Larry Adamiec wrote: ... > How do I get the form data to the MS window ASP script using the ... > POST method? ...
    (perl.beginners)
  • Re: html processing
    ... does bash offer any standard way to read form data sent ... to it via the post method of an html page? ...
    (comp.unix.shell)
  • Re: Credentials and POST method with IO::Socket::SSL?
    ... I need to send form data to a secure server, using the POST method. ... I cannot find any examples of posting data using this module. ...
    (comp.lang.perl.modules)