HTTP Response Code Definitions | All Status Codes - List of HTTP status codes
List of HTTP status codes
Below is a list of HTTP Response codes and their meaning.
1xx Informational Response
100 Continue
101 Switching Protocols
102 Processing (WebDAV; RFC 2518)
103 Early Hints (RFC 8297)
2xx Success
200 OK
203 Non-Authoritative Information (since HTTP/1.1)
205 Reset Content
3xx Redirection
301 Move Permanent
302 Move Temporarily
303 See Other (since HTTP/1.1)
4xx client errors
5xx server errors
Unofficial codes
Internet Information Services
440 Login Time-out 449 Retry With 451 Redirect
Nginx
444 No Response 494 Request header too large 495 SSL Certificate Error 496 SSL Certificate Required 497 HTTP Request Sent to HTTPS Port 499 Client Closed Request
Cloudflare
520 Web Server Returned an Unknown Error 521 Web Server Is Down 522 Connection Timed Out 523 Origin Is Unreachable 524 A Timeout Occurred 525 SSL Handshake Failed 526 Invalid SSL Certificate 527 Railgun Error (obsolete)
AWS Elastic Load Balancing
000 Returned with an HTTP/2 GOAWAY frame if the compressed length of any of the headers exceeds 8K bytes or if more than 10K requests are served through one connection. 460 Client closed the connection with the load balancer before the idle timeout period elapsed. Typically, when client timeout is sooner than the Elastic Load Balancer's timeout. 463 The load balancer received an X-Forwarded-For request header with more than 30 IP addresses. 464 Incompatible protocol versions between Client and Origin server.
000 Returned with an HTTP/2 GOAWAY frame if the compressed length of any of the headers exceeds 8K bytes or if more than 10K requests are served through one connection.
460 Client closed the connection with the load balancer before the idle timeout period elapsed. Typically, when client timeout is sooner than the Elastic Load Balancer's timeout.
Caching warning codes (obsoleted)
Comments
Post a Comment