HTTP status codes are a set of standardized codes returned in an HTTP web response.
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 pingA similar question is posted here: What's an appropriate HTTP status code to return by a REST API service for …
validation rest django-rest-framework restful-authentication http-status-codesJust switched some downloads over to the Akamai CDN network and I'm seeing some strange stuff in the log files …
http http-status-codes akamaiI'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-codesI have an application that sends messages to users. In a post request a XML string is transferred that consists …
http rest http-status-codesI have several pages designed to be called with AJAX - I have them return an abnormal status code if …
http http-status-codesI 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-codesI'm creating a RESTful API that will process a number of user interactions, including placing orders using stored credit cards. …
http rest http-status-codesWhen a user is not logged in and tries to access a page that requires login, what is the correct …
http redirect http-status-codesThe 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