Questions tagged [http-status-code-400]

400 Bad Request. Add this tag to a question if your requests receive this answer.

The request could not be understood by the server due to malformed syntax. The client should not repeat the request without modifications.

See also RFC2616.

806 questions
0
votes
2 answers

django-tastypie simple GET gives 400 error

I'm using python2.7, django1.6, and apache2. I have enabled crossdomain access. I have tried with and without a crsf token. I have no idea what I'm doing wrong. visiting: url/to/site/contacts/api/v1/adresponses/1 works properly so tastypie is…
Charles Haro
  • 1,866
  • 3
  • 22
  • 36
0
votes
1 answer

Cloud Storage API Client Library for Java: - 400 Bad Request : "error" : "unauthorized_client"

i am trying to build a connector to download files from google cloud. for this i am using Cloud Storage API Client Library for Java (v1beta2-rev23-1.17.0-rc) I am using oAuth2.0 and followed steps mentioned in cloud console help. Verified that i…
0
votes
0 answers

bad request HTTP status code 400 while accessing a web page from android application

I am trying to access a page where I am sending a chunk of data using POST....at first it was doing well and posting the data and I was able to insert the data properly to my external db. All of a sudden, its failing to do proper request and I am…
Saty
  • 2,563
  • 3
  • 37
  • 88
0
votes
0 answers

Http response gives status "Bad Request" Xamarin.Android

I am trying to call a web service by making a Http REST call. But I get a "Bad Request" status in the response. I know this means I have something going wrong with my syntax for the request, but I am unable to find it out. Here is my code:- public…
0
votes
1 answer

I can't control the count of records returned by the linkedIn api

Here is a simple query from the linkedIn documentation that works: $groupData = $this->linkedin->fetch('GET', "/v1/groups/{id}/posts"); It returns 10 records. But the moment I attach the count and start parameters like this: $groupData =…
Amit Erandole
  • 11,995
  • 23
  • 65
  • 103
0
votes
0 answers

FREB logs from 400 bad request

I have googled myself silly (and my customer is getting really fed up). I am getting frequent but inconsistent 400 Bad Request errors on my Silverlight app, about 300 to 700 errors a day from about 10 users so the frustration is understandable. I…
Adriaan Davel
  • 710
  • 1
  • 11
  • 25
0
votes
1 answer

Error 400 in rest client

I am trying to test my Restful webservice , so i made a simple core java client, but unfortunately it is getting a 400 error from the server. I also tried to test the web-service from the Advance REST client, there i am getting correct response.So,…
user1707035
0
votes
2 answers

IIS7.5 400 Bad request when a URL includes character :

I am using ARR and ISAPI with IIS7.5. Whenever forwarding URL including specific character : 400 Bad request occurs. How can I solve it? I guess there is no problem in ARR and ISAPI because no problem in development server(same Env as operating…
0
votes
1 answer

HTTP bad request. NULL CRLF in the headers

I have a HTTP request which is failing with 400 error. I did packet capture and found that in the request headers there is header like below: X-Policy: NX\000\r\n So it looks like NULL character and then CRLF what most likely mean end of message…
sidorvm
  • 1
  • 2
0
votes
1 answer

400 Bad Request using Google c# API

I am receiving a 400 bad request error when running the c# google api. I know its ultimately because the API builds a querystring and the length of the query string is to long. How do I force the API to POST instead of GET? My code: …
Rob
  • 6,819
  • 17
  • 71
  • 131
0
votes
2 answers

getting 400 Bad request with Spring with rest

I'm trying to configure a small aplication based on extjs asfrontend and Spring as backend. So to communicate with the server from extjs we need to configure proxy writer at store. My proxy configuration looks as follows: proxy : { type:…
jiraffe
  • 3
  • 1
  • 2
0
votes
1 answer

Hide/Unhide-o-matic gives me error 400

I'm trying to use the Hide/Unhide-o-matic demo to hide a player from my game. I've downloaded the simple app from here : https://github.com/playgameservices/management-tools I've placed my app my Client Id in the html file (something like that…
0
votes
1 answer

Recieve 400 Bad Request when using Jquery Form Plugin

I changed my code to using the Jquery Form Plugin so that I could upload pictures. My original form was simple $.ajax({ type: "POST", url: "register.htm", data:{ account_name: $('#regAccount_name').val(), pwd:…
0
votes
0 answers

nginx and rails : 400bad request

Im using nginx and rails for my site which contains url with georgian letters ie განცხადებები so something like …
user2016483
  • 583
  • 1
  • 5
  • 13
0
votes
1 answer

Ajax Web-Api optional parameter null issue.

Ajax webapi when parameter is null or blank then 400 bad reuqsest occurs. solution needed asap. http://{parenturl}/api/BuildTypeWebApi/GetBuildTypeList?CurrPage=1&PageSize=10&BuildTypeName= here BuildTypeName is optional parameter when there is not…