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

    Situations of 400 over 422: Remember, the response code 422 is an extended HTTP (WebDAV) status code. There are still some HTTP clients / front-end libraries that aren't prepared to handle 422. For …

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

    Apr 19, 2019 · How do I fix a 400 Bad Request error in .Net Core POST operation? Asked 6 years, 10 months ago Modified 5 years, 2 months ago Viewed 78k times

  6. 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.

  7. vSphere web client error [400] An error occurred while sending an ...

    Sep 8, 2021 · There is a problem with the vCenter's service discovery and the vSphere Client basically cannot find its authentication service. Try to restart VMware Lookup Service from the vCenter Server …

  8. Why HTTP POST returns code 400 (bad request)? HTTP POST Method

    Mar 26, 2015 · Why server returns response code 400(bad request)? (doesn't work) URL serverAddress = new URL(uri); HttpURLConnection connection = (HttpURLConnection) …

  9. 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.

  10. how to create 400 bad request so that I can verify a feature

    May 21, 2013 · currently I am doing a work to handle the 400 bad request status error. I am wondering how to create a request that server will return 400 status.