Re: HTTP Authentication for Gofer

2010-03-07 Thread Henri Asseily
On 3/7/2010 11:11 PM, Stuart Johnston wrote: Pass userid and a hash of userid and password. The server uses the password to hash userid and password and tests for equality. That's something similar to what Amazon and others do. The idea here is to add support for Basic HTTP Authentication, th

Re: HTTP Authentication for Gofer

2010-03-07 Thread Stuart Johnston
Stuart Johnston wrote: Tim Bunce wrote: On Fri, Mar 05, 2010 at 01:58:52PM -0600, Stuart Johnston wrote: I am exploring a few different options for adding authentication support to Gofer::Transport::http and I would appreciate any feedback. The most straightforward option is to add several att

Re: HTTP Authentication for Gofer

2010-03-07 Thread Stuart Johnston
Henri Asseily wrote: On 3/7/2010 3:50 PM, Tim Bunce wrote: On Fri, Mar 05, 2010 at 01:58:52PM -0600, Stuart Johnston wrote: I am exploring a few different options for adding authentication support to Gofer::Transport::http and I would appreciate any feedback. The most straightforward option is

Re: HTTP Authentication for Gofer

2010-03-07 Thread Stuart Johnston
Tim Bunce wrote: On Fri, Mar 05, 2010 at 01:58:52PM -0600, Stuart Johnston wrote: I am exploring a few different options for adding authentication support to Gofer::Transport::http and I would appreciate any feedback. The most straightforward option is to add several attributes (netloc, realm,

Re: HTTP Authentication for Gofer

2010-03-07 Thread Henri Asseily
On 3/7/2010 3:50 PM, Tim Bunce wrote: On Fri, Mar 05, 2010 at 01:58:52PM -0600, Stuart Johnston wrote: I am exploring a few different options for adding authentication support to Gofer::Transport::http and I would appreciate any feedback. The most straightforward option is to add several attrib

Re: HTTP Authentication for Gofer

2010-03-07 Thread Tim Bunce
On Fri, Mar 05, 2010 at 01:58:52PM -0600, Stuart Johnston wrote: > I am exploring a few different options for adding authentication > support to Gofer::Transport::http and I would appreciate any > feedback. > > The most straightforward option is to add several attributes > (netloc, realm, http_use

HTTP Authentication for Gofer

2010-03-05 Thread Stuart Johnston
I am exploring a few different options for adding authentication support to Gofer::Transport::http and I would appreciate any feedback. The most straightforward option is to add several attributes (netloc, realm, http_user, and http_password) that would be passed to the $useragent->credentials