Response Codes Returned By Our HTTP Server Response Code Checker This is a terse list of the server HTTP response codes, see http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html for detailed explanations of these codes. Status Code Meaning 100 Continue 101 Switching Protocols 200 OK ...
This error state indicates that the resource requested is no longer available and that it will not be available again. This code should be used when a resource has been intentionally removed and the resource should not be purged. When a 410 status code is received, the client should not requ...
Response codeMeaningMessage 200 OK The request has succeeded. The meaning of the success depends on the HTTP method: GETThe resource has been fetched and is transmitted in the message body. PUT or POSTThe resource describing the result of the action is transmitted in the message body. 400 ...
Similar to a 401 code, a 407 code means that the client must first authenticate itself with the proxy. To do this and pass authentication the proxy must return a Proxy-Authenticate header field that meets the challenge presented by the server. When might this be used? – When the server t...
502Bad Gateway Server is down. 503Unavailable service. Server is overloaded with requests. 504Gateway timeout Did not receive a timely response from server. JSON Options The following JSON options are available. Table 2. Action codes Option codeMeaningConditions ...
The REST API responds to each request with an HTTP response code. TheHTTP standard RFC 2616is a primary source of information for the meaning of error codes. However, this table provides details of response codes, typical scenarios, and what information can be expected in the response body. ...
response status code Successful responses 200 OK The request has succeeded. The meaning of the success depends on theHTTP method: GET: The resource has been fetched and is transmitted in the message body. HEAD: The entity headers are in the message body. ...
CodeAPIExplanation 400Authoring, Endpointrequest's parameters are incorrect meaning the required parameters are missing, malformed, or too large 400Authoring, Endpointrequest's body is incorrect meaning the JSON is missing, malformed, or too large ...
If the status code indicates a 4xx or a 5xx error, other than 401, the response body is a JSON document that encodes the details of the failure. For more information, see Microsoft REST API Guidelines.备注 If the Accept header is not included with the request, the response body of a ...
Sets the status code for this response. voidsetStatus(int sc,Stringsm) Deprecated. As of version 2.1, due to ambiguous meaning of the message parameter. To set a status code usesetStatus(int), to send an error with a description usesendError(int, String). Sets the status code and messag...