[Catalyst] Authorization header absent under mod_fcgi
Andy Grundman
andy at hybridized.org
Wed Mar 12 16:00:13 GMT 2008
On Mar 12, 2008, at 11:53 AM, Andy Grundman wrote:
> While testing this I found that mod_cgi also seems to strip the
> Authorization header. I found this ugly fix:
>
> RewriteCond %{HTTP:Authorization} ^(.+)
> RewriteRule ^(.*)$ $1 [E=HTTP_AUTHORIZATION:%1,PT]
Good news! This fix appears to work for mod_fastcgi also and doesn't
require any Catalyst code changes. :)
I'll still check in my test and update the docs.
More information about the Catalyst
mailing list