Are HTTPS URLs encrypted?

前端 未结 14 2086
无人共我
无人共我 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:48

    You can not always count on privacy of the full URL either. For instance, as is sometimes the case on enterprise networks, supplied devices like your company PC are configured with an extra "trusted" root certificate so that your browser can quietly trust a proxy (man-in-the-middle) inspection of https traffic. This means that the full URL is exposed for inspection. This is usually saved to a log.

    Furthermore, your passwords are also exposed and probably logged and this is another reason to use one time passwords or to change your passwords frequently.

    Finally, the request and response content is also exposed if not otherwise encrypted.

    One example of the inspection setup is described by Checkpoint here. An old style "internet café" using supplied PC's may also be set up this way.

提交回复
热议问题