I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
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