Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in http-status-codes

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?

What's the difference between HTTP 301 and 308 status codes?

Python Request Post with param data

How to specify HTTP error code using Express.js?

What is the difference between HTTP status code 200 (cache) vs status code 304?

How to programmatically send a 404 response with Express/Node?

Returning http status code from Web Api controller