The HTTP response status code 400 Bad Request

learn more… | top users | synonyms

0
votes
1answer
35 views

why is urlfetch getting status:400 when URLs contain spaces?

class Crawl(webapp2.RequestHandler): def get(self): from google.appengine.api import urlfetch url = "http://www.example.com/path/to a/page" #URL with a space ...
0
votes
1answer
31 views

Spring. Error 400 during validation

Here is an issue I have been stuck into. Actually, I implemented all required features in order to get couple of my field validated, however I still get that 400 error. I even compared what I have ...
0
votes
0answers
12 views

Magento API return “Error 400” Decoding Error

I am trying to use the Magento REST API to update a list of Stock Items, I have authenticated using OAuth and am sending a valid XML response, in fact its the one used in the example on the magento ...
0
votes
1answer
55 views

Response 400 (bad request) when invoking WCF service with other user than Administrator

I have a simple WCF service (hosted in Server01) which I've been using with no problems. After installing in this particular server (lets call it ClientServer01), I started to get the response 400. ...
0
votes
2answers
35 views

Stripe Payment with VB - 400 Bad Request

I'm trying to make a stripe payment work from a VB website. I know, I know, "I should use C#". I can't because the site is already in VB. Nothing I can do about it. Anyway, I have most of it figured ...
0
votes
0answers
17 views

Graph Photo Gallery Custom. Just stopped working?

i am getting The remote server returned an error: (400) Bad Request when trying to access a photo gallery page on my site that uses Graph. I developed it a few years ago. I use it on 2 sites and I ...
0
votes
0answers
60 views

Facebook Oauth 400 bad request error

I am trying to do some oauth in my application, and I don't know where I am doing it wrong. I am using OPauth + CakePHP. On the localhost, it works perfect! But when I deploy it to AppFog it doesn't ...
0
votes
0answers
148 views

Android Request to server returns 400 - Bad Request

So I'm trying to POST data to a server using HttpURLConnection. But I keep getting back Http - 400 Bad Request as a response. Here is what I'm doing: String jsonString = ...
0
votes
2answers
406 views

Getting 400 bad request error in Jquery Ajax POST

I am trying to send an Ajax POST request using Jquery but I am having 400 bad request error. Here is my code: $.ajax({ type: 'POST', url: "http://localhost:8080/project/server/rest/subjects", ...
0
votes
2answers
164 views

.asmx web service - 400 bad request, root element is missing and blank soap message

I have an old .NET 2.0 app connecting to the asmx web service. I need to debug the web service, but when I run it locally, I always receive 400 - Bad Request response. Trace for the web service gave ...
0
votes
2answers
428 views

How to send Request payload to REST API in java?

I want to retrieve the JSON data from the following: https://git.eclipse.org/r/#/c/11376/ Request URL: https://git.eclipse.org/r/gerrit/rpc/ChangeDetailService Request Method: POST Status Code: 200 ...
1
vote
2answers
218 views

asp.net mvc handle http 400 error

I have an ASP.NET MVC 4 application and I want to redirect all HTTP 400 errors to my custom error page. I was searching an hours to find a solution though HTTP 400 error isn't handled like 404 error. ...
0
votes
1answer
154 views

unable to send parameters using http.request in node.js

The script that I am using is: var http = require('http'); var options = { host: 'some url', port: 80, path: 'path', method: 'POST' }; var req = http.request(options, function(res) { ...
1
vote
2answers
208 views

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. (FYI: I know the API Key is wrong, I am just testing this). The issue is that the browser, as you ...
0
votes
0answers
134 views

Google Analytics Api 400 Bad Request

I want to import data from Google Analytics. var gas = new AnalyticsService(auth); var r = gas.Data.Ga.Get("ga:6332XXXX", "2013-02-01", "2013-02-11", "ga:visits"); r.Dimensions = "ga:date"; r.Sort ...

1 2 3 4 5 7
15 30 50 per page