←back to thread

475 points danielstocks | 1 comments | | HN request time: 0.255s | source
Show context
tedd4u ◴[] No.27303744[source]
At a large site I used to work for circa 2011, before everyone had gone fully HTTPS, we received similar panicked reports from users: "I'm logged in as someone else!" Turns out an ISP in the Philippines decided to just ignore `cache-control` and `vary` headers and forcibly started caching logged-in responses along with auth cookies. Bad times. Made it clear to me why the whole web would have to go HTTPS.
replies(2): >>27309515 #>>27312210 #
1. Scoundreller ◴[] No.27312210[source]
Reminds me of a primitive web filter at work that blocked me from something. So I look at the URL, add an “s” to http and voila. I think they MITM everything now.