Confirmed users
920
edits
LesOrchard (talk | contribs) No edit summary |
LesOrchard (talk | contribs) |
||
Line 95: | Line 95: | ||
* <tt>303 See Other</tt> - The response reflecting results of this request is found at URL supplied by <tt>Location:</tt> header. | * <tt>303 See Other</tt> - The response reflecting results of this request is found at URL supplied by <tt>Location:</tt> header. | ||
* <tt>304 Not Modified</tt> - The resource has not changed with respect to the given <tt>If-Modified-Since</tt> header in the request. | * <tt>304 Not Modified</tt> - The resource has not changed with respect to the given <tt>If-Modified-Since</tt> header in the request. | ||
* <tt>400 Bad Request</tt> - The request is bad, usually due to invalid fields. | |||
* <tt>401 Unauthorized</tt> - Authentication details not accepted. | * <tt>401 Unauthorized</tt> - Authentication details not accepted. | ||
* <tt>403 Forbidden</tt> - Authentication details accepted, but request not allowed. | * <tt>403 Forbidden</tt> - Authentication details accepted, but request not allowed. |