Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in http-status-codes

Spring: return @ResponseBody "ResponseEntity<List<JSONObject>>"

401 Unauthorized vs 403 Forbidden: Which is the right status code for when the user has not logged in? [duplicate]

HTTP Status Code for External Dependency Error

rest http http-status-codes

Authorization in RESTful HTTP API, 401 WWW-Authenticate

Is it OK to return a HTTP 401 for a non existent resource instead of 404 to prevent information disclosure?

Return Mvc.JsonResult plus set Response.StatusCode

HTTP status code for bad data

http http-status-codes

What are proper status codes for CORS preflight requests?

Laravel, how to redirect as 301 and 302

HTTP Status Code for database is down

http-status-codes

Http Status Code in Android Volley when error.networkResponse is null

System.Net HttpStatusCode class does not have code 422

How do I use Fiddler to modify the status code in an HTTP response?

What is the most appropriate HTTP status code to return if a required header is missing?

HTTP status code for unaccepted Content-Type in request

HTTP status code for "no data available" from an external datasource

http rest http-status-codes

After a POST, should I do a 302 or a 303 redirect?

How to extract HTTP status code from the RestTemplate call to a URL?

Correct http status code for resource which requires authorization

rest http-status-codes

When is it appropriate to respond with a HTTP 412 error?