top | item 34991500

(no title)

ViVr | 3 years ago

HTTPS improves security even for a static site because it prevents an ISP or middleman from injecting ads (or worse) into the page.

It also increases privacy because the contents of the traffic can not be observed by third parties.

discuss

order

marpstar|3 years ago

Right, but for a static site that’s publicly accessible, even HTTPS leaks the requested URL, any listener can go fetch that page themselves to see the contents.

snowwrestler|3 years ago

HTTPS does not leak the requested URL to servers between the client and the server.

dmitrygr|3 years ago

> even HTTPS leaks the requested URL

It does not. In the olden days the host name was leaked, but with SNI even that is gone. Anything past the first "/" is never and was never sent in plaintext in HTTPS