Questions tagged [400-bad-request]
39 questions
0
votes
1 answer
JMeter issue asserting on stringified json: "Value expected to be {\"host\": \"testHost221\"}, but found {"host": "testHost221"}"
I am using Jmeter to test two things.
Big strings (multiple characters as a value, Ex. "valueeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee") in a json request of a…

user2600978
- 11
- 3
0
votes
0 answers
Can't find from where error code 400 bad request come
I have an API to add a item in my database that works in Postman, in Agular I made a form for input data that when I submit it it sends a JSON with data. The problem is that the code works just fine until some time ago when i tried to add a new item…

DanM
- 11
- 1
0
votes
0 answers
iis8 hosted application gets 400 Bad Request when connectting through https
I have a web application hosted by IIS8. Within the local network both
http://subdomain.domain.com/myapp/Pages/Login.aspx
https://subdomain.domain.com/myapp/Pages/Login.aspx
work fine. And the SSL certificate displayed correctly with https. However,…

Paul
- 1
0
votes
0 answers
Keep getting error 400 for bit src in local server
I am new to Bit src, I am trying to create component library. For that I have created one workspace and few components. when I run bit start, Getting this Response not successful: Received status code 400 error again and again. It seems local…

Dhruvin modi
- 613
- 1
- 8
- 13
0
votes
1 answer
Bad request error when running aws ec2 instance
I deployed my NLP Flask web app into ec2 instance using putty and it was successfully deployed but when I try to access the file by running main.py and by using the ec2 URL in the browser
ec2-17-203-34-83.ap-south-1.compute.amazonaws.com:8080
I…

Kavishka Rajapakshe
- 537
- 1
- 8
- 23
0
votes
2 answers
SendGrid API v3 Error authorization required when filter E-Mail Activity
I have an API Key with full access and my account includes the "additional email activity history" (additional payment)
When using a simple PHP request I am getting 400 error and "authorization required"
400 Array ( [0] => HTTP/1.1 400 Bad Request…

theok
- 121
- 9
0
votes
1 answer
Why fetch throws badrequest in React when calling C# API with formdata?
So to be more specific, I created a C# API. It works nice, I can call requests in any controller fine. But when it comes to sending a POST request to upload two files it says bad request, error 400 and just stops.
Here is the code of the API
…

Újfalusi Ábel
- 43
- 2
0
votes
1 answer
Cannot deploy to GitHub Packages with Maven
Following this guide, I created a very simple GitHub Repo and tried to deploy to GitHub Packages.
However I'm getting continuously and randomly one of the following errors:
Failed to deploy artifacts: Could not transfer artifact…

sadrian
- 1
- 2
0
votes
1 answer
The command i tried implementing won't work for some reason. Is there anyway to fix this? (discord.py)
I asked for some help to create a command script in which the discord bot would reply to the command with a sentence and randomized percentile.
This is the script given to me in question:
import discord
from discord.ext import commands
import…

hirojiro
- 1
0
votes
1 answer
Put/Post errors while trying to access it from through python. "Bad Request. The JSON payload should be inside a root property called
I am trying to post/put to Sheety via Python:
SHEETY_URL = "https://api.sheety.co/gfhgfhjfdghjgfjf/flightDeals/prices/5"
header = {
"Content-Type" : "application/json"
}
params_sheety = {
"price": {
"iataCode": "PLN"
…

Svit
- 3
- 2
0
votes
1 answer
POST http://localhost:5000/task/mat 400 (BAD REQUEST)
I have this error in the console:
react_devtools_backend.js:4012 A non-serializable value was detected in an action, in the path: `meta.arg.config.adapter`. Value: ƒ xhrAdapter(config) {
return new Promise(function dispatchXhrRequest(resolve,…

Molim Karbalaei
- 1
- 1
0
votes
0 answers
Ajax request on site in wp-admin directory on wordpress server returns 400 Bad request
Well Thank you in advance for taking the time to read through my question.
The situation is as follows:
I have a Wrodpress server with a singular site in the wp-admin/sites/contactform/index.php
From that site I want to make an Ajax call however I…

Ilian
- 3
- 1
0
votes
0 answers
400 Bad Request Django/React
I have built a server with Django and I am receiving a 400 Bad Request within Postman when I check the POST method. However, it is displaying the JSON data within the Postman as well.
Originally, I thought it was a frontend issue, because my console…
user18197093
0
votes
0 answers
NGINX throwing 400 whenever the request is having headers key with space
In below request, second header is having space which is causing the issue. If we remove it and hit the API it works fine otherwise 400 bad request error.
The same curl was working until 1.17 NGINX version, but after that we are facing the…

Vikram R
- 99
- 2
- 9
0
votes
0 answers
Request flow when AWS WAF, ALB associated and ALB 4xx
We have a server configured under a ALB associated with a WAF
As the underlying service receives requests for your web sites, it forwards those requests to AWS WAF for inspection against your rules. Once a request meets a condition defined in your…

Sunimal S.K Malkakulage
- 510
- 1
- 5
- 14