Connected: An Internet Encyclopedia
10.2.1 200 OK

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 2068
Up: 10 Status Code Definitions
Up: 10.2 Successful 2xx
Prev: 10.2 Successful 2xx
Next: 10.2.2 201 Created

10.2.1 200 OK

10.2.1 200 OK

The request has succeeded. The information returned with the response is dependent on the method used in the request, for example:

GET
an entity corresponding to the requested resource is sent in the response;

HEAD
the entity-header fields corresponding to the requested resource are sent in the response without any message-body;

POST
an entity describing or containing the result of the action;

TRACE
an entity containing the request message as received by the end server.


Next: 10.2.2 201 Created

Connected: An Internet Encyclopedia
10.2.1 200 OK