Freshman — Articles and Tutorials on Software Development · Apr 30, 2017
Let's learn HTTP Status Codes
0Sign in to vote or save
This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.
HTTP status codes are a set of standard responses sent by a web server to a client (such as a web browser) indicating whether a specific HTTP request was completed successfully or not. We have 5 categories under which these responses are classified: 1xx Informational - The request was received but is still processing. 2xx Success - The request was received, accepted and processed successfully. 3xx…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.