Top "Http-status-codes" questions

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

curl and ping - how to check whether a website is either up or down?

I want to check whether a website is up or down at a particular instance using PHP. I came to …

php curl webserver http-status-codes ping
What is HTTP Status code 000?

Just switched some downloads over to the Akamai CDN network and I'm seeing some strange stuff in the log files …

http http-status-codes akamai
How do I choose a HTTP status code in REST API for "Not Ready Yet, Try Again Later"?

I'm developing a RESTful API in which http://server/thingyapi/thingyblob/1234 returns the file (aka "blob") associated with thingy #1234 to …

http rest language-agnostic batch-processing http-status-codes
HTTP status code for a partial successful request

I have an application that sends messages to users. In a post request a XML string is transferred that consists …

http rest http-status-codes
Which HTTP status code to use for required parameters not provided?

I have several pages designed to be called with AJAX - I have them return an abnormal status code if …

http http-status-codes
Laravel, how to redirect as 301 and 302

I cannot find info for redirecting as 301/302 in the Laravel docs. In my routes.php file I use: Route::get(…

laravel laravel-4 http-status-codes
What is the appropriate HTTP status code response for a general unsuccessful request (not an error)?

I'm creating a RESTful API that will process a number of user interactions, including placing orders using stored credit cards. …

http rest http-status-codes
What is correct HTTP status code when redirecting to a login page?

When a user is not logged in and tries to access a page that requires login, what is the correct …

http redirect http-status-codes
Difference between HTTP redirect codes

The differences between the various HTTP 3XX redirect codes are not clear to me. Yes, I've read the spec, but …

http redirect uri http-status-codes