Top "Http-response-codes" questions

HTTP Response Codes indicate whether a specific HTTP requests has been successfully completed.

403 Forbidden vs 401 Unauthorized HTTP responses

For a web page that exists, but for which a user does not have sufficient privileges (they are not logged …

http-headers http-status-code-403 http-status-codes http-status-code-401 http-response-codes
What is "406-Not Acceptable Response" in HTTP?

In my Ruby on Rails application I tried to upload an image through the POSTMAN REST client in Base64 format. …

json rest http http-response-codes http-status-code-406
PHP: How to send HTTP response code?

I have a PHP script that needs to make responses with HTTP response codes (status-codes), like HTTP 200 OK, or some 4…

php http-response-codes
RESTful Login Failure: Return 401 or Custom Response

This is a conceptual question. I have a client (mobile) application which needs to support a login action against a …

http rest login http-response-codes
What is the correct HTTP status code to send when a site is down for maintenance?

Is there a HTTP status code to tell Google (and others) to go away, index me again later? Basically, one …

php http http-response-codes
NSUrlConnectionDelegate - Getting http status codes

in iOS, how can I receive the http status code (404,500 200 etc) for a response from a web server. I am …

iphone ios xamarin.ios http-response-codes nsurlconnectiondelegate
Signalling authentication failure in a RESTful API

I'm writing a small application which exposes a simple REST-ish HTTP API. I'm stuck trying to decide how to signal …

http rest http-response-codes
How long does Chrome remember a 301 redirect?

I have a new author site that I want to make available from a domain that I had previously used …

google-chrome http-status-code-301 http-redirect http-response-codes