HTTP 101 Switching Protocols
HTTP 101 Switching Protocols indicates a informational response outcome.
What this status code means
Switching Protocols describes how the server processed the request and what the client should do next.
Who should act first
Interpret this code in protocol context before changing application logic.
What to check first
- Confirm whether your tooling records interim responses.
- Check proxy/client support for interim status handling.
- Verify a final non-1xx response is eventually returned.
How it differs from similar codes
Reference and next step
Specification: RFC 9110.
Read the full troubleshooting guide for HTTP 101 · Open the 1xx hub · Compare adjacent codes