304-Errors

304101: HTTP_NOT_MODIFIED The resource has not been modified since the last request.
OlyCash says there is no need to repeat the request. The resource already exists.

Continue Reading

303-Errors

303101: HTTP_SEE_OTHER Redirection.
OlyCash says the request is redirecting to another page as indicated in the URL.

Continue Reading

302-Errors

302101: HTTP_FOUND Redirection.
The resource requested has been temporarily moved to the URL given by the Location header

Continue Reading

301-Errors

301101: HTTP_MOVED_PERMANENTLY Redirection.
The resource requested has been permanently moved to the URL given by the location headers.

Continue Reading

300-Errors

300101: HTTP_MULTIPLE_CHOICES Redirection.
OlyCash says your request has more than one responses. You are requested to choose one of them.

Continue Reading