101
Informational
101 Switching Protocols
The server is switching protocols as requested by the client.
Description
The 101 Switching Protocols response indicates that the server accepts the client's request to switch protocols. This is commonly seen during WebSocket upgrades.
The server sends this response with an Upgrade header indicating the protocol it's switching to.
Check your website's HTTP status code
Check now →