HTTP status codes are a set of standardized codes returned in an HTTP web response.
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-codesWhat status code should I set for UPDATE (PUT) and DELETE (e.g. product successfully updated)?
http http-status-codesI am building an application with a REST-based API and have come to the point where I am specifying status …
http rest http-status-codesI'm writing a REST web app (NetBeans 6.9, JAX-RS, TopLink Essentials) and trying to return JSON and HTTP status code. I …
java rest jax-rs http-status-codesI'm building a server that allows clients to store objects. Those objects are fully constructed at client side, complete with …
rest http http-status-codesThis is the raw request for an API call: POST http://192.168.3.45:8080/api/v2/event/log?sessionKey=b299d17b896417a7…
python httprequest python-requests http-status-codesI'm trying to figure out what the correct status code to return on different scenarios with a "REST-like" API that …
rest http-status-codesI'm trying to return a status code of 304 not modified for a GET method in a web api controller. The …
c# asp.net-web-api httpresponse http-status-codesI have developed a PHP web app. I am giving an option to the user to update multiple issues on …
php apache http-status-codesI am working on an iOS project. In this application, I am downloading images from the server. Problem: While downloading …
http download http-status-codes nserror