Top "Http-status-code-400" questions

400 Bad Request.

What is the most appropriate HTTP status code to return if a required header is missing?

I read What HTTP status response code should I use if the request is missing a required parameter? but it …

http-headers http-status-codes http-status-code-403 http-status-code-400
HTTP 400 Bad Request - CURL PHP

I am trying to send a PUT request using CURL, but i am getting HTTP 400 Bad Request, I am using …

php api http curl http-status-code-400
Why am I getting a HTTP 400 bad request error?

<?php $url ="http://absolutesms.com/Sendsms.aspx?userid=userid&password=password&clientid=clientid&senderid=absolute&…

php http curl http-status-code-400
Using a WebClient and C#, how do I get returned data even when the response is (400) Bad Request?

I am using the Google Translate API and am trying to capture the data returned when I get an error. (…

c# webclient http-status-code-400
It's possible signalR client web to connect a server on a different PC?

I have a console application who is the signalR server, on my PC. I have a html page who is …

c# signalr http-status-code-400 signalr.client
How to fix <Response [400]> while make a POST in Python?

I kept getting <Response [400]> in my terminal while running the script. I have tried import requests import json …

python request http-status-code-400
Spring form ModelAttribute field validation to avoid 400 Bad Request Error

I've got an ArticleFormModel containing data sent by normal html form which is injected by Spring using @ModelAttribute annotation, i.…

java spring http-status-code-400 modelattribute
HTTP 400 error in REST web service during POST with FormParam containing own objects (e.g. enities)

For an ordering process in my REST service I have to send a list of "articles" from client to server. …

java rest bad-request http-status-code-400 form-parameter
Sec-Fetch-Mode and blocked CORS

So I have the same website making the same request to the same server on (1) Chrome 76 and (2) Chrome 77 from different …

google-chrome cors http-status-code-400 sec-fetch-site sec-fetch-mode
bad request error 400 while using python requests.post function

I'm trying to make a simple post request via the requests library of Python and I get a bad request …

python python-2.7 http-post python-requests http-status-code-400