Thursday, 30 June 2016

STATUS CODE USED IN HTTP HEADER AND THEIR MEANING


SOME STATUS CODE USED IN HTTP HEADER AND THEIR MEANING
Informational
100
Continue
The initial part of client request has been received and client may continue.
101
Switching
The server is complying with a client request to switch protocols defined in the upgraded header version.
Success
200
OK
Request is successful.
201
Created
A new URL is created.
202
Accepted
The request is accepted but it is not acted upon immediately.
204
No Content
There is no content in the body part.
Redirection
301
Moved Permanently
The requested URL is no longer used by server machine.
302
Moved Temporarily
The requested URL is not available temporarily.
304
Not Modified
The document has not been modified.
Client Error
400
Bad Request
There is a syntax error in the request.
401
Unauthorized
The request do not have proper authorization.
403
Forbidden
Services are denied.
404
Not Found
Document/page not found.
405
Method Not Allowed
The method/function is not supported in this URL.
406
Not Acceptable
The format of request is not acceptable.
Server Error
500
Internal Server Error
There is an error at server site.
501
Not Implemented
The requested action cannot be implemented.
503
Service Unavailable
The service is temporarily not available.

....

No comments:

Post a Comment