Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in http-status-codes

Convention for HTTP response header to notify clients of deprecated API

Set Response Status Code [duplicate]

Script to get the HTTP status code of a list of urls?

bash curl http-status-codes

Is it wrong to return 202 "Accepted" in response to HTTP GET?

Laravel - Return json along with http status code

HTTP status code 0 - Error Domain=NSURLErrorDomain?

How do I resolve a HTTP 414 "Request URI too long" error?

What's the appropriate HTTP status code to return if a user tries logging in with an incorrect username / password, but correct format?

In Python, how do I use urllib to see if a website is 404 or 200?

What is the appropriate HTTP status code response for a general unsuccessful request (not an error)?

http rest http-status-codes

HTTP status code for a partial successful request

http rest http-status-codes

What's the most appropriate HTTP status code for an "item not found" error page

http http-status-codes

Why is AJAX returning HTTP status code 0?

ajax http-status-codes

What is correct HTTP status code when redirecting to a login page?

How to get HTTP response code for a URL in Java?

java http http-status-codes

Difference between HTTP redirect codes

System.Net.WebException HTTP status code

Create request with POST, which response codes 200 or 201 and content

How do I choose a HTTP status code in REST API for "Not Ready Yet, Try Again Later"? [closed]

Throw HttpResponseException or return Request.CreateErrorResponse?