Is HTTPS Stateful or Stateless?

前端 未结 5 1897
日久生厌
日久生厌 2020-12-25 15:46

I want a bit of clarity on whether HTTPS is stateful or stateless? This is with regards to a RESTful API I built. We were initially using HTTP. Since HTTP essentially works

5条回答
  •  我在风中等你
    2020-12-25 16:17

    I believe HTTPS is a stateful protocol as it contains Session identifier field.This generated by server initially to identify a session with the chosen client.

提交回复
热议问题