Posted on 2010-03-17 12:45:37.80666-07 by mkutter in response to 12556
Re: Basic Authentication
Hi,
the only problem is that you're sending out credentials without need, even to a (potentially) forged host.
That's ok if know who you're talking to . If you have high security requirements, you should verify the SSL certificate identifying the HTTPS server - in this case you probably already use https. See Crypt::SSLeay or IO::Socket::SSL on how to do that.
Martin
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.