Top "Http-status-code-400" questions

400 Bad Request.

400 BAD request HTTP error code meaning?

I have a JSON request which I'm posting to a HTTP URL. Should this be treated as 400 where requestedResource field …

rest http error-handling http-status-code-400
Getting 400 bad request error in Jquery Ajax POST

I am trying to send an Ajax POST request using Jquery but I am having 400 bad request error. Here is …

jquery ajax post http-status-code-400
Returning http 200 OK with error within response body

I'm wondering if it is correct to return HTTP 200 OK when an error occurred on the server side (the error …

http http-status-code-400 http-status-code-200
HTTP 400 (bad request) for logical error, not malformed request syntax

The HTTP/1.1 specification (RFC 2616) has the following to say on the meaning of status code 400, Bad Request (§10.4.1): The request could …

http http-status-codes http-status-code-400
How to send Request payload to REST API in java?

I want to retrieve the JSON data from the following: https://git.eclipse.org/r/#/c/11376/ Request URL: https://git.…

java rest httpurlconnection http-status-code-400
Server returned HTTP response code: 400

I am trying to get an InputStream from a URL. The URL can be a opened from Firefox. It returns …

java url ioexception http-status-code-400
Django: 400 bad request syntax - what does this message mean?

I am using django to build a simple website. When you type the base address (which for now is 127.0.0.1:8000/), I …

django http hex ascii http-status-code-400
Socket.io bad request with response {"code":0,"message":"Transport unknown"}?

I'm trying to run socket.io and I'm getting a bunch of these: http://domain.com:8080/socket.io/?EIO=2&…

javascript node.js socket.io http-status-code-400
REST - When to use 400 ("Bad Request")

I have a resource like this sales/customers/{customerno}. If a client sends a PUT request to this resource I …

xml rest http-status-codes restful-architecture http-status-code-400
HTTP Status 400 - Required Integer parameter 'id' is not present

I have a problem when I build a Spring + Spring MVC + Hibernate + MySQL project. Everything works fine but when I …

spring spring-mvc http-status-code-400