I was trying to access a website but due to some issues it was not accessible and an error appeared.
Announcement
Collapse
No announcement yet.
What does the HTTP status code mean?
Collapse
X
-
Hypertext Transfer Protocol (HTTP) is an application-layer protocol for transmitting hypermedia documents, such as HTML.
HTTP status codes are an invaluable tool for diagnosing and fixing website configuration errors.
The W3C defines the specifications for status codes.
Different status codes:
a. 1xx: Explanatory
b. 2xx: Congratulations!
c. 3xx is a redirection. The requested page has been relocated.
d. 4xx: An error occurred on the client's end. There's a problem with the way the browser requested the page.
e. 5xx: An problem occurred on the server. The server attempted to send the page incorrectly.
Comment
Comment