HTTP status code 400, implying the request was not understood by the server and should not be redone without modifications.
Questions tagged [bad-request]
641 questions
3
votes
4 answers
Team Foundation Server: HTTP code 400 - Bad Request
we have a problem with Team Foundation Server. "HTTP code 400: Bad Request" error message shows up at various places (see attachment with screenshots) in Visual Studio (e.g. after click to Pending Changes, Source Control Explorer, Get latest version…

Kaspy
- 41
- 1
- 4
3
votes
1 answer
Trying to search Sharepoint files using Microsoft Graph api
We are using the Microsoft Graph API (new, Office365 unified API renamed to this recently). We have an OAUTH login, with the graph.microsoft.com resource used to generate a token. It works fine to get other subresources such as /me. But when…

Gustavo Alfonso
- 101
- 7
3
votes
1 answer
Error 400 bad request while sending message with Telegram Bot
I have a Telegram Bot for a company employees which allows admin send messages to all employees (more than 10k users). List of all employees chat_id are stored in database and by using a specific command admin can send a message to all users.
The…

theGhostN
- 342
- 7
- 20
3
votes
3 answers
Apache httpd bad request when accessing by ip address - Review Board
I have setup Review Board and it works fine when accessed from localhost.
When I try to access it by ip (from LAN), I get BAD REQUEST.
I have copied apache-wsgi.conf to my apache conf directory.
apache-wsgi.conf
ServerName…

Timson
- 191
- 1
- 9
3
votes
1 answer
400 (Bad Request) Error - Spring MVC File upload Using JQuery AJAX
I am new for Spring MVC and AJAX file upload. I tried to upload a file using ajax but i am getting 400 bad request error. I searched a lot of solutions for but i can't get a correct solution. Please help me.
Here my code,
Users.java
public class…

Yogeshwari Madhavaraj
- 35
- 1
- 5
3
votes
2 answers
Spring Boot File Upload Bad Request 400
Hello im writing an Webapplication using Spring Boot and AngularJs and need an simple file upload which is not working at the moment.
I already read that spring boot should autoconfigure the multipart upload itself when the mvc dependency is…

TardigradeX
- 707
- 11
- 29
3
votes
0 answers
Bad Request upload image in iPad/iOS to web2py server
I am developing a web browser application where the user must upload a image file to a web2py server.
I am using the traditional way for file input, which, in the iPad, gives the option to either upload an existing picture or take a new one from…

MobileCushion
- 7,065
- 7
- 42
- 62
3
votes
2 answers
IPP over HTTP: getting 400 bad request as a response
I'm on iOS and I'm trying to send a HTTP POST request to create a print job on a printer through a Mac which acts as a IPP server. I can correctly print using airprint, I'm trying now to go low-level because I need to send raw data to the printer.…

Andrea Sprega
- 2,221
- 2
- 29
- 35
2
votes
1 answer
webservice is throwing 400 Bad request when sending certain characters in post body?
I currently have a webservice running on a server somewhere, and if i access the webservice locally i can type in anything and it takes the inputs without any problem.
However, when trying to make a http-post to the webservice from the outside with…

Jens Bergvall
- 1,617
- 2
- 24
- 54
2
votes
1 answer
WCF Service - Array Size limitations
I have a WCF service method I've implemented that gets passed an IEnumerable
[OperationContract]
List- GetItems(DateTime sinceDate, IEnumerable
idList);
The method works as intended when passing in an IEnumerable of size 1000 or…

Stealth Rabbi
- 10,156
- 22
- 100
- 176
2
votes
2 answers
WCF REST Service returns HTTP 400 Bad Request
I've been trying to create a simple WCF RESTful web service, but it seems to work only in SOAP mode. I'm hosting my service with the local IIS.
It looks really standard:
[ServiceContract]
public interface IMyService
{
[OperationContract]
…

Jacob
- 133
- 1
- 1
- 10
2
votes
1 answer
Rewrite-rules causes "Bad request" when placed in virtual host file
My clients webhost insists on placing the Rewrite-rules for the site in the virtual host file, but this causes the error "Bad request". Although when I place the same rules in a .htaccess on my local server, and other similar sites, it works…

Fredrik
- 1,741
- 4
- 24
- 40
2
votes
1 answer
Multipart Form - 400 Bad Request
I'm having some trouble with a an API request I'm trying to make. Here is my POST request URL:
https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/fax
Request content type: multipart form
Header name and value:
Review:
Any…

it_enthusiast2022
- 59
- 1
- 5
2
votes
1 answer
How to return a bad request (400, 500) with Pact in Go?
I'm working in the adoption of Pact in my company, but on Golang, we hit a hurdle on the basic case where a consumer as 2 states for one endpoint:
Given("A product with id 1 exists").
Given("A product with id 2 doesn't exists").
Our trouble is on…

Édouard Lopez
- 40,270
- 28
- 126
- 178
2
votes
1 answer
Getting error BAD.REQUEST 400 when trying fetching [GET] data from a specific route of freelancer API?
I'm working with freelancer API, I want to fetch user data from this endpoint /users/0.1/users/
but I keep getting error:
error_code: "RestExceptionCodes.BAD_REQUEST"
message: "Please provide users[] or usernames[] query"
freelancer-api: List…

shahin rahimi
- 71
- 1
- 6