are websockets secure or not?

后端 未结 2 809
我在风中等你
我在风中等你 2020-12-23 19:45

wikipedia appears to infers websockets are secure:

For web browser support, a secure version of the WebSocket protocol is implemented in Firef
2条回答
  •  时光说笑
    2020-12-23 19:47

    Version hixie-76 of the WebSocket protocol is more secure than earlier versions, and version hybi-07 is even more secure. At hixie-76 version is added protection against fake requests. At hybi-07 version is added message masking.

提交回复
热议问题