HTTP Error 101 - Switching Protocols

101 Status Code Explained


A status code of 101 indicates that the server is changing to the protocol it defines in the "Upgrade" header it returns to the client. For example, when requesting a page, a browser might receive a statis code of 101, followed by an "Upgrade" header showing that the server is changing to a different version of HTTP.


Why it Occurs


The server understands and is willing to comply with the client's request, via the Upgrade message header field , for a change in the application protocol being used on this connection. The server will switch protocols to those defined by the response's Upgrade header field immediately after the empty line which terminates the 101 response.


Fixing 101 Error Code


The protocol SHOULD be switched only when it is advantageous to do so. For example, switching to a newer version of HTTP is advantageous over older versions, and switching to a real-time, synchronous protocol might be advantageous when delivering resources that use such features. If you monitor your website through 100 pulse, we will intimate you through mail or short message service whenever you encounter 101 status code.


Free Website Monitoring Service