Does SSL also encrypt cookies?

前端 未结 2 1289
深忆病人
深忆病人 2020-12-13 08:28

A review of SO doesn\'t categorically answer this question. It could be implied, but I would like to get it on the record specifically.

If SSL is active, it will enc

2条回答
  •  温柔的废话
    2020-12-13 09:02

    SSL encrypts the entire HTTP session, including headers.

    That is why they renamed it TLS for "Transport Layer Security". The "Transport Layer" sits below the "Application Layer" (among others) in the network stack.

    So yes.

提交回复
热议问题