06. Description Of Server Responses

Description Of Server Responses Information responses - Between 100 and 200 Successful responses - Between 200 and 300 Redirection responses - Between 300 and 400 Client error responses - Between 400 and 500 Server error responses - Between 500 and 600 Information responses 100 Continue This interim response indicates that everything so far is OK and that the client should continue with the request or ignore it if it is already finished. 101 Switching Protocol This code is sent in response to an Upgrade request header by the client, and indicates the protocol the server is switching to. 102 Processing ( WebDAV ) This code indicates that the server has received and is processing the request, but no response is available yet. Successful responses 200 OK The request has succeeded. The meaning of a success varies depending on the HTTP method: GET: The resource has been fetched and is transmitted in the message body. HEAD: The entity headers ar...