200 OK
Success
The request has succeeded. The meaning of the success depends on the HTTP method.
Explanation
The 200 (OK) status code indicates that the request has succeeded. The payload sent in a 200 response depends on the request method.
For GET: The resource is sent in the response.
For HEAD: The entity headers are sent without any body.
For POST: The resource describing the result of the action is sent.
For TRACE: The message body contains the request message as received by the server.
A 200 response is cacheable by default. The meaning of success depends on the HTTP method used.
Example Response
HTTP/1.1 200 OK Content-Type: text/html <html>...</html>
Related Status Codes
Check where URLs redirect to with our free URL redirect checker.
Check URL Redirects