On Thu, May 24, 2012 at 1:53 PM, Alejandro Imass <[email protected]> wrote: > Hello, > > Is it possible to set the auth headers with the Plack stuff w/o having > to do the base64 and set headers manually? > I.e. something like with mech: > > $mech->credentials( $username, $password ); > > But using the Catalyst::Test way... >
Update: I think I found a way by using HTTP::Request object instead of the URI and then HTTP::Headers object inside that with the auth headers and that _should_ work. Will post follow-up here if it actually works..... > Thanks! > > -- > Alejandro Imass _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
