HTTPS, URL path, and query string

前端 未结 3 1248
醉酒成梦
醉酒成梦 2020-12-15 06:04

This is a follow up post of my previous question about BASIC auth over HTTPS

Are the path to the resource and query string passed securely to the server if I use HTT

3条回答
  •  遥遥无期
    2020-12-15 06:55

    HTTPS is simply HTTP tunnelled over an SSL connection. This means that the request, response, headers and content are all within the SSL tunnel and should therefore be encrypted.

提交回复
热议问题