Top "Http-status-codes" questions

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

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
HTTP status code for update and delete?

What status code should I set for UPDATE (PUT) and DELETE (e.g. product successfully updated)?

http http-status-codes
REST HTTP status codes for failed validation or invalid duplicate

I am building an application with a REST-based API and have come to the point where I am specifying status …

http rest http-status-codes
JAX-RS — How to return JSON and HTTP status code together?

I'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-codes
HTTP response code for POST when resource already exists

I'm building a server that allows clients to store objects. Those objects are fully constructed at client side, complete with …

rest http http-status-codes
Python Request Post with param data

This 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-codes
400 vs 422 response to POST of data

I'm trying to figure out what the correct status code to return on different scenarios with a "REST-like" API that …

rest http-status-codes
Returning http status code from Web Api controller

I'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-codes
How do I resolve a HTTP 414 "Request URI too long" error?

I have developed a PHP web app. I am giving an option to the user to update multiple issues on …

php apache http-status-codes
HTTP status code 0 - Error Domain=NSURLErrorDomain?

I 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