Name and describe some HTTP Status Codes and what they express to the requesting client ?
Answer Posted / gitam singh
When users try to access content on a server that is running Internet Information Services (IIS) through HTTP or File Transfer Protocol (FTP), IIS returns a numeric code that indicates the status of the request. This status code is recorded in the IIS log, and it may also be displayed in the Web browser or FTP client. The status code can indicate whether a particular request is successful or unsuccessful and can also reveal the exact reason why a request is unsuccessful. There are 5 groups ranging from 1xx - 5xx of http status codes exists.
101 - Switching protocols.
200 - OK. The client request has succeeded
302 - Object moved.
400 - Bad request.
500.13 - Web server is too busy.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List of words of preprocessor in .net?
How to prevent client side validation from the ASP.NET validation controls?
Why viewstate is used in asp.net?
What is the difference between application state and caching?
What is asp.net used for?
What is OSI layer? Explain different layers.
A web service can only be written in .net? State whether true or false.
How to handle errors in Web API?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What are the different web pages?
How does asp.net work?
How to you can limit Access to Web API to Specific HTTP Verb?
How to rename a table using sql queries?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What does aspcompat="true" mean?