HTTP 200

From Wikipedia, the free encyclopedia

HTTP
Persistence · Compression · SSL
Headers
ETag · Cookie · Referer
Status codes
200 OK
301 Moved permanently
302 Found
403 Forbidden
404 Not Found

The HTTP response status code 200 OK is used to represent a successful response from the server, as defined in RFC 2616.

The actual response will depend on the request method used. In a GET request, the response will contain an entity corresponding to the requested resource. In a post request the response will contain an entity describing or containing the result of the action.

[edit] See also