Top "Http-status-codes" questions

HTTP status codes are a set of standardized codes returned in an HTTP web response.

Why does the 304 status code count as a "redirect?"

I am currently trying to understand how exactly 304/Not modified qualifies for the 3xx-range class of HTTP status codes. RFC 1945, …

http http-status-codes http-redirect http-status-code-304
Proper use of HTTP status codes in a "validation" server

Among the data my application sends to a third-party SOA server are complex XMLs. The server owner does provide the …

xml http validation xsd http-status-codes
Get the right http status code php

My code give me http status code 302 when I visit google but when I visiting with firefox browser and checking …

php curl http-headers http-status-codes get-headers
What HTTP code to use in "Not Authenticated" and "Not authorized" cases?

I read that "401 Unauthorized" code must be used when a user: Is not logged, but login is required ("not authenticated"); …

http language-agnostic http-status-codes
How to programmatically set Response.StatusCode different than 200 OK in ASP.NET Application and still serve content to client successfully?

Setting Response.StatusCode = 404 doesn't serve content under neither IE8 nor Chrome? It works in Mozilla though I find it strange! …

asp.net httpresponse http-status-codes
Response.Redirect() vs Response.RedirectPermanent()

I am new to ASP.Net 4.0, and have seen a new feature called Response.RedirectPermanent(). I have checked a few …

redirect asp.net-4.0 http-status-codes response.redirect
What's the deal with HTTP status code 308?

An IETF RFC draft The Hypertext Transfer Protocol (HTTP) Status Code 308 (Permanent Redirect) defines HTTP status 308 as Permanent Redirect. It …

http-status-codes rfc http-status-code-308
Specify supported media types when sending "415 unsupported media type"

If a clients sends data in an unsupported media type to a HTTP server, the server answers with status "415 unsupported …

http rest http-status-codes httpresponse content-negotiation
Python CGI returning an http status code, such as 403?

How can my python cgi return a specific http status code, such as 403 or 418? I tried the obvious (print "Status:403 …

python http cgi http-status-codes
What is the suitable HTTP status code when request is successful but has warning messages?

In proper usage of REST, what is suitable the HTTP status code when request is successful but has warning messages? …

rest http-status-codes json-api http-status