Search Knowledge Base Articles
303 See Other
The response to the request can be found under another URI using the GET method. When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should issue a new GET request to the given URI.
Did you find this article useful?
Related Articles
-
100 Continue
The server has received the request headers and the client should proceed to send the request body... -
101 Switching Protocols
The requester has asked the server to switch protocols and the server has agreed to do so.... -
102 Processing
A WebDAV request may contain many sub-requests involving file operations, requiring a long time to c... -
200 OK
Standard response for successful HTTP requests.... -
201 Created
The request has been fulfilled, resulting in the creation of a new resource....