The HTTP Status Code 303 means that the request can be found under another URI via the GET method.
When this response is received after a POST, PUT, or DELETE request, the client should assume that the server has received the data and should issue a new GET request to the given resource.
Additional Links and Codes Related to Status Code 303