RailsCasts Pro episodes are now free!

Learn more or hide this

fca2011's Profile

GitHub User: fca2011

Comments by

Avatar

Does anybody know how the authentication problem can be solved when using Phusion Passenger?
 Every couple of weeks, I face this bug that doesn't let me to login when using IE! Strangely enought, it works fine other times!
Thank you very much in advance!

> Joshua Jul 16, 2008 at 01:08
> If you're having troubles with
> getting HTTP Basic
> Authentication working with
> Apache fcgi try adding this to
> your htaccess file.
>
> RewriteRule ^(.*)$ dispatch.fcgi > [E=X-HTTP_AUTHORIZATION:%
> {HTTP:Authorization},QSA,L]