-
Notifications
You must be signed in to change notification settings - Fork 83
HTTPSB on webpages with a redirect loop #171
Comments
What an obnoxious web site (I am being polite, I had another expression in mind). This web site absolutely wants to put cookies on your computer. So here is what is happening:
HTTPSB blocks cookies as per user's choice, which means the web site always interprets the lack of cookie header as a sign of first time visit, and keep repeating the steps 1. to 5. above. The web site doesn't accept users may want to opt out of sending cookies. This web site could at least allow the first request to go all fine, and gently warn user that cookies are required for the web site to work properly. But they chose the obnoxious approach. So, there is no fix. Mitigation for a HTTPSB user in BA/AX mode, is to import the following rule:
Of course, any other web sites behaving similarly would require his own special rule. I don't think hacking HTTPSB to accommodate such sites to be a proper solution. The web site needs to be fixed. |
Sounds good to me. Thank you |
I installed an older version of HTTPSB and in HTTP Switchboard 0.7.6.1 it worked. The popup isn't blank when you visit the site for the 1st time. Starting from 0.7.7.0 on, the popup is blank. How did it work back then? |
I just tried with v0.7.6.1 and got the same result, infinite redirection by the site. The only way for the site to not fall into an infinite redirection is to give it his cookies. So somehow in your test it got its cookies. |
I get the infinite redirect too but does your popup have the matrix? Mine did and I didn't have to turn off HTTTPSB. Here were the rules that were used for v0.7.6.1. I think its the default. http%3A%2F%2Fchromium-behind-the-scene%0 |
You're right, I see the matrix with v0.7.6.1. With the matrix at least the user has a way out (allow cookies). Thinking about it, it probably has to do with my code to handle and report redirects. Now the reporting is delayed until the final landing page has finally been fetched, so that I can report in the matrix all intermediary requests. Before these were not visible in the matrix of the landing page. Problem now with sites like So I need to find a way to report all the redirects even when we never arrive at destination. Thanks for your persistence to investigate, I had assumed the matrix was never shown before. I can think of a quick fix, but this would cause properly working redirects to be shown chronologically after the landing page in the log in the Statistics page, something I wanted to avoid when I landed the report of redirects. |
So this appears to be the solution of choice so far. |
The page doesn't load and HTTPSB's popup is blank. If you turn off HTTPSB and reload, the page loads fine. After that you can turn HTTPSB back on and when you try to visit http://na.alienwarearena.com/ again the popup is no longer blank.
HTTPSB 0.7.9.0 ( out-of-the-box settings )
Chromium 32 :)
Windows XP
The text was updated successfully, but these errors were encountered: