logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by Jake Howlett on Wed 16 May 2001 in response to Making sense of domino error messages

HTTP Status Codes

This is what all the numbers returned with errors signify:


[<TABLE class="guide" border="1">
<TR>
<TH class="guide1">
CODE
</TH>
<TH class="guide1">
INDICATION
</TH>
</TR>
<TR>
<TH class="guide2">
2xx
</TH>
<TH class="guide2">
Success
</TH>
</TR>
<TR>
<TD class="guide" align="center">
200
</TD>
<TD>
OK; the request was fulfilled.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
201
</TD>
<TD>
OK; following a POST command.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
202
</TD>
<TD>
OK; accepted for processing, but processing is not completed.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
203
</TD>
<TD>
OK; partial information--the returned information is only partial.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
204
</TD>
<TD>
OK; no response--request received but no information exists to
send back.
</TD>
</TR>
<TR>
<TH class="guide2">
3xx
</TH>
<TH class="guide2">
Redirection
</TH>
</TR>
<TR>
<TD class="guide" align="center">
301
</TD>
<TD>
Moved--the data requested has a new location and the change is
permanent.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
302
</TD>
<TD>
Found--the data requested has a different URL temporarily.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
303
</TD>
<TD>
Method--under discussion, a suggestion for the client to try
another location.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
304
</TD>
<TD>
Not Modified--the document has not been modified as expected.
</TD>
</TR>
<TR>
<TH class="guide2">
4xx
</TH>
<TH class="guide2">
Error seems to be in the client
</TH>
</TR>
<TR>
<TD class="guide" align="center">
400
</TD>
<TD>
Bad request--syntax problem in the request or it could not be
satisfied.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
401
</TD>
<TD>
Unauthorized--the client is not authorized to access data.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
402
</TD>
<TD>
Payment required--indicates a charging scheme is in effect.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
403
</TD>
<TD>
Forbidden--access not required even with authorization.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
404
</TD>
<TD>
Not found--server could not find the given resource.
</TD>
</TR>
<TR>
<TH class="guide2">
5xx
</TH>
<TH class="guide2">
Error seems to be in the server
</TH>
</TR>
<TR>
<TD class="guide" align="center">
500
</TD>
<TD>
Internal Error--the server could not fulfill the request because
of an unexpected condition.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
501
</TD>
<TD>
Not implemented--the sever does not support the facility
requested.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
502
</TD>
<TD>
Server overloaded--high load (or servicing) in progress.
</TD>
</TR>
<TR>
<TD class="guide" align="center">
503
</TD>
<TD>
Gateway timeout--server waited for another service that did not
complete in time.
</TD>
</TR>
</TABLE>]