Look like "Catalyst::Plugin::Authentication::Credential::HTTP" don't work with "Catalyst::Engine::FastCGI". Under builtin web server all is ok. I use apache1 web server and mod_fastcgi module. After some search i find that by default mod_fastcgi don't pass http header "Authorization" to application and you must use option:
FastCgiServer /path/to/MyApp/script/myapp_fastcgi.pl -pass-header Authorization But this don't help me. -- Maxim Nechaev _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
