Skip to main content
CalcHive

HTTP 101 Switching Protocols

Informational

The server is switching to a different protocol as requested by the client via an Upgrade header.

Common Causes

  • WebSocket connection upgrade
  • HTTP/2 upgrade request

How to Fix

  • No action needed, the protocol switch is in progress
  • Ensure client supports the new protocol

Need to look up other HTTP status codes?

View the Full HTTP Status Code Reference