|
|
|
|
|
|
| Author |
Message |
Mark G. *nix forums beginner
Joined: 30 Jun 2006
Posts: 4
|
Posted: Fri Jun 30, 2006 9:14 pm Post subject:
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 |
|
| Back to top |
|
 |
Mark G. *nix forums beginner
Joined: 30 Jun 2006
Posts: 4
|
Posted: Sat Jul 01, 2006 4:08 pm Post subject:
Re: Credentials and POST method with IO::Socket::SSL?
|
|
|
"Mark G." <nospam@thanksanyway.org> wrote:
| Quote: | 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.
|
Well, I got that working. . .encrypted data is flowing.
Unfortunately, I am getting a 400 response with "Bad Request (Invalid Header
Name)."
It looks like I'll be curling up with a good RFC this evening.
-Mark |
|
| Back to top |
|
 |
nobull@mail.com *nix forums Guru Wannabe
Joined: 09 Nov 2005
Posts: 240
|
Posted: Sat Jul 08, 2006 5:57 am Post subject:
Re: Credentials and POST method with IO::Socket::SSL?
|
|
|
Mark G. wrote:
| Quote: | 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.
|
IIRC, although IO::Socket::SSL contains a rudimentary HTTPS client
implementation it's more common practice, better documented, more
complete and more reliable to use the HTTPS implementation in LWP
instead.
Note: This this still uses IO::Socket::SSL to do the SSL but uses the
HTTP implementation from LWP. |
|
| Back to top |
|
 |
Google
|
|
| Back to top |
|
 |
|
|
The time now is Sun Nov 23, 2008 11:23 am | All times are GMT
|
|
Books | Outsourcing | Web Advertising | Loan | Mortgage Calculator
|
|
Copyright © 2004-2005 DeniX Solutions SRL
|
|
|
|
Other DeniX Solutions sites:
Unix/Linux blog |
electronics forum |
medicine forum |
science forum |
|
|
Privacy Policy
|
Powered by phpBB © 2001, 2005 phpBB Group
|
|