Skip to main content
Send Web Request

HTTP Status Codes

The numeric code tells you if the request succeeded and why.

Ranges

  • 2xx — Success
  • 3xx — Redirection
  • 4xx — Client error (your fault)
  • 5xx — Server error (their fault)
CodeName
200OK
201Created
400Bad Request
401Unauthorized
404Not Found
500Internal Server Error