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. java - Server returned HTTP response code: 400 - Stack Overflow

    Feb 19, 2012 · Server returned HTTP response code: 400 Asked 14 years ago Modified 5 years, 7 months ago Viewed 148k times

  3. java - How to respond with an HTTP 400 error in a Spring MVC ...

    I'm using Spring MVC for a simple JSON API, with a @ResponseBody based approach like the following. (I already have a service layer producing JSON directly.) @RequestMapping(value = …

  4. Microsoft Access Token Request Error - 400 Bad Request

    Feb 21, 2017 · Microsoft Access Token Request Error - 400 Bad Request Ask Question Asked 9 years ago Modified 9 years ago

  5. Microsoft OAuth Access Token Request - 400 Bad Request

    Feb 18, 2024 · I have been trying to follow Microsoft’s authorization code flow, but unfortunately, I have run into an error when trying to request an access token with a client ...

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

  7. App Engine : 400 - Your client has issued a malformed or illegal ...

    App Engine : 400 - Your client has issued a malformed or illegal request Ask Question Asked 15 years, 7 months ago Modified 8 months ago

  8. 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 …

  9. json - ABAP CL_HTTP_CLIENT->request->set_data failed 400 if data ...

    Aug 28, 2023 · Instead of client->request->set_data I used client->request->set_сdata, the result is similar, as soon as the string size exceeds 1024 bytes, I get a 400 response.

  10. azure - Suddenly getting 400 Bad Request error calling OpenAI.Chat ...

    Apr 16, 2025 · Late last week, our Azure-based RAG chat service started returning HTTP 400 Bad Request errors. We are running a web API on ASP.NET Core 8. Nothing in the code changed, and I …