[Catalyst] Authorization header absent under mod_fcgi

Andy Grundman andy at hybridized.org
Wed Mar 12 15:53:56 GMT 2008


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]



More information about the Catalyst mailing list