Hi again,
   working with version 2.4.3, I'm encountering a problem with redirecting
users from https to http.

I'm setting a header:  AddHeader "X-Forwarded-Proto: https" and checking it
via PHP.  When the user is accessing a page that doesn't not require https I
redirect them with  php: header("location: http://....";);

However, this doesn't have the expected effect, instead of redirecting to
the non-https version of the given page, it enters a redirect loop.  Firefox
reports:
*
Redirect Loop
Firefox has detected that the server is redirecting the request for this
address in a way that will never complete.*


Notably, the exact same code works fine with pound 2.0, it is only with the
new version that I see the redirect error.

Any advice would be greatly appreciated,

-- 
Thanks,
--Cameron Roberts


--
To unsubscribe send an email with subject unsubscribe to [EMAIL PROTECTED]
Please contact [EMAIL PROTECTED] for questions.

Reply via email to