Upgrade Subscription
Data
Data Types
Modules

HTTP Status Check

Token cost: 1

Enter a URL to check its HTTP status code and find out if the website is up or down.

Minimal Risk HTTP Status Check

Progress

200

OK - The request has succeeded. The server has successfully fulfilled the request and returned the requested content.

201

Created - The request has been fulfilled, and a new resource has been created as a result.

204

No Content - The server has successfully processed the request, but there is no content to return.

301

Moved Permanently - The requested resource has been permanently moved to a new URL. The client should update its bookmarks or links to the new URL.

302

Found - The requested resource temporarily resides under a different URL. The client should use the new URL provided in the response for future requests.

400

Bad Request - The server cannot process the request due to malformed syntax, invalid parameters, or other client-side errors.

401

Unauthorized - The request requires authentication. The client must provide valid credentials.

403

Forbidden - The server understood the request, but the client is not allowed to access the requested resource.

404

Not Found - The server could not find the requested resource.

500

Internal Server Error - A generic server error occurred, indicating that something unexpected went wrong on the server side.

503

Service Unavailable - The server is currently unable to handle the request due to temporary overloading or maintenance.

504

Gateway Timeout - The server, acting as a gateway or proxy, did not receive a timely response from an upstream server.