HTTP Status Codes

Searchable reference for common HTTP status codes and their meanings.

100
Continue
Client should continue with the request.
101
Switching Protocols
Server is switching protocols per Upgrade header.
200
OK
Standard success response.
201
Created
Request succeeded and a new resource was created.
202
Accepted
Request accepted but not yet processed.
204
No Content
Success with no response body.
301
Moved Permanently
Resource permanently moved to a new URI.
302
Found
Resource temporarily at a different URI.
304
Not Modified
Cached copy is still valid.
307
Temporary Redirect
Redirect, method must not change.
308
Permanent Redirect
Permanent redirect, method must not change.
400
Bad Request
Malformed or invalid syntax.
401
Unauthorized
Authentication required or failed.
403
Forbidden
Authenticated but not allowed.
404
Not Found
Resource does not exist.
405
Method Not Allowed
HTTP method not supported for this resource.
409
Conflict
Request conflicts with current server state.
410
Gone
Resource permanently removed.
418
I'm a teapot
April Fools RFC 2324, still commonly used as a joke.
422
Unprocessable Entity
Semantic error in a well-formed request.
429
Too Many Requests
Rate limit exceeded.
500
Internal Server Error
Generic server error.
502
Bad Gateway
Invalid response from upstream server.
503
Service Unavailable
Server overloaded or down for maintenance.
504
Gateway Timeout
Upstream server did not respond in time.

How to use HTTP Status Codes

  1. 1
    Open HTTP Status Codes

    Open the http status codes on Easutil — there is nothing to install and no account to create.

  2. 2
    Add your input

    Paste or type your code or payload into the input area, or adjust the options shown above the result.

  3. 3
    Review the output

    HTTP Status Codes updates the formatted result instantly as you type, so you can iterate without pressing a button.

  4. 4
    Copy or download

    Use the Copy button to grab the result, or download it where a file export is offered.

Common use cases

  • Quickly process your code or payload while debugging
  • Share a clean, readable result with a teammate
  • Avoid pasting sensitive data into an unknown online service

HTTP Status Codes FAQ

Is HTTP Status Codes free to use?

Yes. HTTP Status Codes is completely free on Easutil, with no signup, no usage limits and no watermarks.

Is my data private when I use HTTP Status Codes?

Yes. HTTP Status Codes runs entirely in your browser using JavaScript — your input is never uploaded to a server or stored anywhere.

Do I need to install anything to use HTTP Status Codes?

No. It works in any modern browser on desktop and mobile — Chrome, Firefox, Safari and Edge.

Does HTTP Status Codes work offline?

Once the page has loaded, http status codes keeps working without a network connection because all the processing happens client-side.

Looking for something similar? Browse all developer tools on Easutil →

Related tools

All →