Skip to main content

Questions tagged [400-bad-request]

Synonym of http-status-code-400. Synonym process pending: https://meta.stackoverflow.com/q/418819/

400-bad-request
1 vote
0 answers
21 views

Consuming SOAP with Spring boot digital certificate

I created the following structure to consume a SOAP web service that uses a digital certificate My configuration is like this: @Bean public SSLContext sslContext() throws Exception { String ...
Douglas Rezende's user avatar
0 votes
0 answers
10 views

Receiving bad request when trying to fetch an api in nextjs using nextAuth

when i am trying to register, i am receiving a bad request 404. api url path is correct as well. i am using nextAuth for authentication. here's the github link. navigate to pages/api/register. what's ...
Abhimanyu's user avatar
-1 votes
1 answer
38 views

AxiosError {message: 'Request failed with status code 400', name: 'AxiosError', code: 'ERR_BAD_REQUEST')

I am using Nextjs and trying to fetsch the edamam api. I have a search input field to search using Axios. Not sure why am I getting the error. AxiosError {message: 'Request failed with status code 400'...
user17449555's user avatar
0 votes
1 answer
77 views

Bad Request and Invalid HTTP_HOST header in deployment NGINX + Gunicorn + Django?

Could you, please, help me with some suggestion where or how to find a resolution of my DisallowedHost exception? I have deployed my Django project to the DigitalOcean Ubuntu server with Nginx + ...
Mykhaylo Chornenkyy's user avatar
0 votes
0 answers
46 views

Terraform catchpoint 400 bad request

resource "ssl_test" "chopper"{ test_name = "test" provider = catchpoint division_id = 100 product_id = 200 folder_id = 300 monitor = &...
Lata's user avatar
  • 1
1 vote
0 answers
30 views

Google OAuth2 flow not working with multiple redirect URIs

I am working on a Spring Boot application that uses Google SSO. The Application YAML is configured as follows: client: registration: google: client-name: Google ...
Andre Theuma's user avatar
0 votes
1 answer
121 views

HttpMessageNotReadableException: JSON parse error: Unexpected end-of-input in VALUE_STRING

We have Spring boot microservices on 3.1.0 version when I upgraded to 3.2.5 version the POST request with Rest template starting failing and throwing the following exception org.springframework.http....
Safwan Modak's user avatar
0 votes
0 answers
43 views

Scopus Search API - Error 400 using cursor

I'm extracting details from research articles using the Scopus Search API and the cursor function for pagination. At one of the iterations, I get a 400 error. See below: Progress: 36725 items ...
ElPol_Arg_Analytics's user avatar
0 votes
0 answers
24 views

POST wp-admin/admin-ajax.php 400 (Bad Request)

In wp-admin I have a table that extracts data from the database (data comes from a form filled in by users) . The request to the database to delete some elements is contained in form-plugin.php (...
Octavian Racu's user avatar
0 votes
0 answers
195 views

Odoo error that doesn't break any of my modules that states: empty or missing header

Has anybody seen this error before: ERROR Production odoo.addons.bus.websocket: 400 Bad Request: Empty or missing header(s): upgrade I'm working with Odoo 16, creating custom modules. It doesn't ...
Boris Veselov's user avatar
1 vote
1 answer
362 views

ASP.NET Core 8 Web API returns status code 400 for .NET 8 client

This is driving me nuts and I can't figure out what the problem is. I have one project consisting of Web APIs and another project, the client, which calls them. Both projects are built using VS 2022, ....
EOAsus's user avatar
  • 29
0 votes
0 answers
11 views

Any update for fixing this issue besides the disabling Secure Implicit connection?

The timing of this bug is awful as I am deploying a new Inventory App and I really don't want to have to disable SQL Security to allow the blob storage to work. I have tried loading previous versions ...
Jerome Allen's user avatar
0 votes
1 answer
124 views

GetFileByServerRelativeUrl in ADF: 400 Bad Request Error

I am trying to copy data from Sharepoint File to ADLS Gen 2 Storage Account and my URL Looks like this: https://xyz.sharepoint.com/:x:/r/sites/AWSreStack-01GlobalAWSreStack/Shared%20Documents/01%...
Yatharth Kaushik's user avatar
0 votes
0 answers
20 views

I'm did POST method for DELETE with correct parameters and URL in React application but receive 400 Bad request error. Can it be server side issue?

#API #HTTPrequest #BadRequestError I'm trying to do a HTTP POST method to delete a resource from the Database in a React js application. Parameters and URL are passed correctly along with the header ...
Abby's user avatar
  • 1
0 votes
2 answers
56 views

ASP.NET Core 7 : edit requests to controller with large request returns 400 error

I'm using ASP.NET Core 7. I have an update form which results in an http 400 error for large dataset updates. It works fine when the data being updated is smaller. The error I get is This page isn't ...
Kieran's user avatar
  • 304

15 30 50 per page
1
2 3 4 5