(no title)
ender7 | 2 years ago
1. Open incognito window in Chrome
2. Visit https://t.co/4fs609qwWt -> 5s delay
3. Open a second tab in the same window -> no delay
4. Close window, start a new incognito session
5. Visit https://t.co/4fs609qwWt -> 5s delay returns
xslowzone|2 years ago
Your humble anonymous tipster would appreciate if you do a little legwork.
hk__2|2 years ago
No, because it’s not an HTTP redirect. It’s an HTML page that redirects you using a meta tag, something that the browser doesn’t cache.
PenguinCoder|2 years ago
Here's a simpler test I think replicates what I am indicating in GP comment, with regards to cookie handling:
Not passing a cookie to the next stage; pure GET request:
Using `-b` to pass the cookies _(same command as above, just adding `-b`)_ Look at the differences in the resulting files for 'with' and 'no' cookie. One redirect works in a timely manner. The other takes the ~4-5 seconds to redirect.lapcat|2 years ago
mzs|2 years ago