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

    Oct 30, 2013 · A 400 means that the request was malformed. In other words, the data stream sent by the client to the server didn't follow the rules. In the case of a REST API with a JSON …

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

    May 21, 2013 · I have found another way to send a bad request. If a url nead a get action, but we send a post action to it, we will get 400 status. Thanks.

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

  4. Server returned HTTP response code: 400 - Stack Overflow

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

  5. Telegram Bot API: TelegramError: 400: Bad Request: message to be ...

    Jan 7, 2025 · I’m working with the Telegram Bot API and trying to reply to a message from another chat by specifying the message_id and chat_id in the reply_parameters parameter in …

  6. java - Spring-Boot : 400 Bad request error even when parameter is ...

    Mar 1, 2018 · You are using form data with a simple request param, that's not how it works. If you are trying to send the json and file together, make sure "childFile"'s content type is …

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

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

    I'm running a Sinatra app behind passenger/nginx. I'm trying to get it to respond to both http and https calls. The problem is, when both are defined in the server block https calls are responded to

  9. Why HTTP POST returns code 400 (bad request)? HTTP POST …

    Mar 26, 2015 · A 400 means that the request was malformed. In other words, the data stream sent by the client to the server didn't follow the rules (which is true in this example because …

  10. 400 Bad Request: The SSL certificate error - Stack Overflow

    Dec 21, 2014 · I get this error when I try to get page with client key and certificate using this command: curl -v -s --key /home/dmitry/Downloads/client_cert/client.mysite.key ...

Refresh