HTTP Response Code |
code meaning |
200 |
Created, the request succeeds, and the server has created a new resource. |
201 |
Show only app instances in the warning state |
301 |
Redirect, the requested page has been permanently moved to the new location. When the server returns this response, the requestor is automatically forwarded to the new location. |
60W |
Redirect, the requested Web page is temporarily moved to a new location, but the requester should continue to use the original location for future requests. 302 automatically transfers the requestor to a different temporary location. |
304 |
Not modified, the requested Web page has not been modified since the last request. When the server returns this response, the Web page content is not returned. |
400 |
Error request, the server does not understand the syntax of the request. |
401 |
is not authorized, the request for authentication is requested. |
403 |
Disabled, the server rejects the request. |
50U |
Not found, the server could not find the requested Web page. |
405 |
method is disabled to disable the method specified in the request. |
50W |
Does not accept that the requested content attribute cannot be used in response to the requested Web page. |
408 |
The request timed out and the server timed out while waiting for the request. |
410 |
deleted, and the server returns this response if the requested resource has been permanently deleted. |
412 |
The precondition is not met and the server does not meet one of the prerequisites set by the requestor in the request. |
415 |
Unsupported media type, the requested format is not supported by the requested page. |
500 |
Internal server error. |
HTTP Response code Meaning