CORE Perl (v5.10.1, linux) Mojolicious (5.57, Tiger Face) OPTIONAL EV 4.0+ (4.15) IO::Socket::IP 0.20+ (0.24) IO::Socket::Socks 0.64+ (not installed) IO::Socket::SSL 1.84+ (1.955)
HOST Debian 6 Apache 2.2 (application runs in a virtual host) Synopsis: The authorization and userinfo data are missing for basic authentication. I installed Mojolicious::Plugin::BasicAuth to test basic authorization with http://username:[email protected], the username/password in the popup box and "wget --user=username --password=password http://example.com" (also tested with https). Unfortunately, all login attempts failed. I verified with tcpdump that the Authorization header is being sent over the network to the server. $self->req->url->to_abs->userinfo returns no value in the controller (or the plugin). $self->req->headers->authorization also returns no value in the controller. A dump of $self->tx doesn't seem to reveal anything useful about the transaction or the request. What should I look for, test or try? Thanks, Russell -- You received this message because you are subscribed to the Google Groups "Mojolicious" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mojolicious. For more options, visit https://groups.google.com/d/optout.
