User Tools

Site Tools


http:http_status_codes

This is an old revision of the document!


HTTP - HTTP Status Codes

CodeStatusDescription
200OKSuccess.
204No ContentThe server successfully processed the request, and is not returning any content.
301Moved PermanentlyThis and all future requests should be directed to the given URI.
400Bad RequestNo valid query received, not matched by any of the other 4xx status codes.
401UnauthorizedSimilar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided.
403ForbiddenThe request contained valid data and was understood by the server, but the server is refusing action.
404Not FoundThe requested resource could not be found but may be available in the future.
408Request TimeoutThe server timed out waiting for the request.
413Payload Too LargeThe payload received in the POST request is too large.
414URI Too LongThe base64url encoded DNS query in the GET request is too large.
415Unsupported Media TypeThe media type of the request is not supported.
500Internal Server ErrorA generic error message, given when an unexpected condition was encountered and no more specific message is suitable.
501Not ImplementedThe method used in the request is not GET or POST.

References

http/http_status_codes.1607421543.txt.gz · Last modified: 2020/12/08 09:59 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki