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

  3. WebSocket connection failed: Error during WebSocket handshake ...

    Dec 30, 2016 · The currently accepted solution is misleading. According to the official documentation, adding the transports: [ 'websocket' ] option effectively removes the ability to fallback to long-polling …

  4. org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI

    Nov 12, 2021 · org.eclipse.jetty.http.BadMessageException: 400: Invalid SNI Asked 4 years, 5 months ago Modified 2 years, 5 months ago Viewed 36k times

  5. c# - How to fix "HTTP Error 400. The size of the request headers is too ...

    Apr 29, 2019 · Learn how to resolve the "HTTP Error 400. The size of the request headers is too long" issue with detailed solutions and troubleshooting tips.

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

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

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

    Apr 19, 2019 · Finally, as to the main problem from your question, there's two issues. First, this action is designed for a traditional HTML form post (x-www-form-urlencoded). As such, it doesn't make sense …

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

    Jan 7, 2012 · 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.

  10. Postman getting response 400 Bad Request - Stack Overflow

    I'm trying to access an API using Postman to get a response using basic authentication, but when I submit the data, it gives me the dreaded 400 error, which apparently indicates that some headers a...