Are HTTPS URLs encrypted?

前端 未结 14 2088
无人共我
无人共我 2020-11-22 04:26

Are all URLs encrypted when using TLS/SSL (HTTPS) encryption? I would like to know because I want all URL data to be hidden when using TLS/SSL (HTTPS).

If TLS/SSL gi

14条回答
  •  花落未央
    2020-11-22 04:55

    While you already have very good answers, I really like the explanation on this website: https://https.cio.gov/faq/#what-information-does-https-protect

    in short: using HTTPS hides:

    • HTTP method
    • query params
    • POST body (if present)
    • Request headers (cookies included)
    • Status code

提交回复
热议问题