|
|
|
|
|
by michaelmcmillan
1867 days ago
|
|
Most sites redirect all http traffic to https to make sure the traffic is encrypted. Here's an example with HN (notice the protocol in the req/res): $ curl -v http://news.ycombinator.com
[...]
< HTTP/1.1 301 Moved Permanently
< Location: https://news.ycombinator.com/
However, the first request is over http, before it gets redirected and encrypted. This is where the malicious relay node would intercept and change the response. |
|
People have all these fancy high-tech Hollywood-style theories about how they imagine things being attacked, but the reality is almost always far more boring.