Datasheet

14 Appendix
ARGUS 141 137
D) HTTP status codes:
Display on
ARGUS:
Code No.
Meaning
100 Client should continue its request.
101 The protocol is being changed at the Client's request.
200 The Client's request has succeeded.
201 The Client's request that a new document be created was successful.
202 The Client's request has been accepted for processing.
203 The Client's request will be answered with information from a source
other than the server.
204 The Client's request was successful. The server sends [no content] only
the HTTP header.
205 The Client's request was successful. The server [resets content] sends a
new HTTP body.
206 The Client's request was successful. The server sends only part of the
requested document [partial content].
300 The request was not precise enough so multiple documents have been
returned.
303 The requested resource has been found at a different URI and should be
retrieved from there.
304 The requested document has not been changed in the interim.
305 The requested document must be retrieved from a proxy instead of from
the server.
307 The requested resource has been temporarily relocated to a different
URI [temporary redirect].
400 Syntax error in the Client's request [Client error].
401 The request requires user authentication.
402 Payment is required to process this request.
403 The Client's request has been refused. (e.g. because
authentication failed.)
404 The requested document was not found (e.g. because of an error in the
URL entered or while the document is no longer available).
405 The method specified by the Client in its request is not allowed by the
server.
406 The requested document in a format that is not supported by the Client.