HTTP status codes are a set of standardized codes returned in an HTTP web response.
I am overriding Devise's failure response so that I can set a 401 status code. However, when the user fails to …
ruby-on-rails redirect devise http-status-codes http-status-code-401The HTTP/1.1 standard states that if a POST operation results in the creation of a resource, then the response should …
rest http http-status-codes restful-url restful-architectureWorking in Laravel 5.4 After deleting an image (in my ImageRepository) I send a Json response back to my Controller (where …
laravel-5 http-status-codes jsonresponseNow, I don't have any problems with 301 redirects, but one person asked me for the way to undo cached 301 redirects …
browser redirect search-engine http-status-code-301 http-status-codesNew to Guzzle/Http. I have a API rest url login that answer with 401 code if not authorized, or 400 if …
guzzle http-status-codes guzzle6What's the difference between render head :ok vs. render status :ok in Rails? They both get returned as the header …
ruby-on-rails render http-status-codesI'm developing an API which will also have an authentication/authorization component. Anybody, regardless of authentication status, will be able …
api http rest httpresponse http-status-codesI'm writing a thumbnail generator as per an example in the QtWebkit documentation. I would like to avoid screenshots of …
qt http-status-codes qtwebkitI am using PHP with the Amazon Payments web service. I'm having problems with some of my requests. Amazon is …
php curl http-status-codes file-get-contentsWhat is the most appropriate HTTP status code to give to a client to mean "your request is fine, but …
http rest response httpresponse http-status-codes