About 50 results
Open links in new tab
  1. 400 BAD request HTTP error code meaning? - Stack Overflow

    Oct 30, 2013 · The challenge with 400 is that many load balancers use it for header-size issues before the request even reaches your app. Following Erik's logic, keeping 400 for transport-level issues and …

  2. HTTP 400 (bad request) for logical error, not malformed request syntax

    Jan 24, 2011 · 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 not be understood by the server due to …

  3. firefox - Bad Request - Request Too Long HTTP Error 400. The size of ...

    Later, when the size of cookies reaches 1MB, the browser shows the 400 error (the size of the request headers is too long). In this case, it is better to clear the unnecessary data from the local storage …

  4. 400 vs 422 response to POST of data - Stack Overflow

    Behaviorally both 400 and 422 response codes will be treated the same by clients and intermediaries, so it actually doesn't make a concrete difference which you use. However I would expect to see 400 …

  5. How to fix nginx throws 400 bad request headers on any header …

    Sep 7, 2012 · I wish nginx was saying something other than 400 in this scenario, as nginx -t didn't complain at all. P.S. this happened while migrating from older nginx 1.10 to the newer 1.19.

  6. How do I fix a 400 Bad Request error in .Net Core POST operation?

    Apr 19, 2019 · The mapping here is fairly straight-forward, but you may prefer to utilize a library like AutoMapper to handle this for you: _mapper.Map<TaskEntity>(model). While this is specifically for a …

  7. Dealing with nginx 400 "The plain HTTP request was sent to HTTPS …

    The problem is, when both are defined in the server block https calls are responded to normally but http yields a 400 "The plain HTTP request was sent to HTTPS port" error.

  8. Google OAuth 2.0 failing with Error 400: invalid_request for some ...

    Mar 2, 2022 · steps.oauth.v2.invalid_request 400 This error name is used for multiple different kinds of errors, typically for missing or incorrect parameters sent in the request.

  9. 400 vs 422 for Client Error Request - Stack Overflow

    Aug 23, 2018 · You certainly could use both. In general, use 400 to indicate syntax errors in the payload or invalid parameters in the URL. And use 422 to indicate semantic problems in the payload. As an …

  10. How to Resolve HTTP Status 400 - Bad Request - Stack Overflow

    Aug 4, 2021 · How to Resolve HTTP Status 400 - Bad Request Ask Question Asked 4 years, 8 months ago Modified 4 years, 8 months ago