Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
1answer
104 views

Fix bad referer URLs

I recently notice bad URLs coming from external sites to my site. I get a lots of 404 not found from sites that reference my site using a bad link like: My site - ...
9
votes
2answers
9k views

Android HttpClient and HTTPS

I'm new to implementing HTTPS connections in Android. Essentially, I'm trying to connect to a server using the org.apache.http.client.HttpClient. I believe, at some point, I'll need to access the ...
4
votes
1answer
592 views

Spring MVC Request body error handling

While using @RequestBody StreamSource found out, that if xml in request body in not valid StreamSource throws an Exception(resulting in 400 Bad Request) and i'm not able to handle it(tell client what ...
3
votes
2answers
279 views

Ampersand in image urls MVC result in A potentially dangerous Request.Path

I have a bunch of images that contain ampersands in their names. My site is built on Asp.net MVC3. When I try to view the image with they urls below my site returns and error. Example urls: ...
3
votes
4answers
2k views

Call webservice on outside server from javascript using asp.net and C#

I'm trying to test web service calls using an ASP.NET page that creates a form with username and password fields and a "Submit" button. (Both jQuery and the .js file I'm using are included in script ...
2
votes
0answers
265 views

bad request with HttpPut (or HttpPost)

I'm trying to send a PUT (or a POST) to a server, but all I receive is a "400 bad request". From a look at the server the request arrives to apache, but it doesn't go on to rails. I get this error: ...
2
votes
1answer
822 views

C# HttpListener 'Bad request' problem

For some reason when request is sent to HttpListener via non-standart address it returns <h1>Bad Request (Invalid Hostname)</h1> Example packet: GET /index HTTP/1.1 Host: ...
1
vote
1answer
180 views

Facebook access token graph API call result in a bad request error

We have a Canvas Facebook App and for some time we get a strange error for some of the users that are trying to install (allow) our Facebook app. I mention this is happening only for some of the users ...
1
vote
1answer
337 views

ASP.NET MVC: How to handle 400 bad request error when url end with %

I am trying to handle all HTTP errors to my custom error pages, but I find that when there is a % at the end of url, i cannot use config setting or code to handle it, for example: ...
1
vote
1answer
154 views

WCF error when sending special characters

I have a simple WCF service that will analyse a raw text extracted from a .pdf or a .doc file. 99% of the uploaded string are ok but in some cases, the server will raise a Bad Request exception ...
1
vote
0answers
127 views

apachesorl returns 400 bad request on search with % symbol

I stuck at strange thing - apachesolr returns Bad Request when i'm trying to search with % symbol. I guess it's some kind of settings trouble, because on test server with same solr-1.4.1 I don't have ...
1
vote
1answer
235 views

Bad Request 400 Curl Problem

It seems like im getting a problem when Im trying to send a request to a server in php. The http api request is something like this: ...
1
vote
1answer
335 views

PHP: Malformed header

Could someone explain what is wrong with this PHP code? (PHP Version 5.3.5) <?php header('Bad Request', true, 400); exit; I get a status 500 instead of 400. And in the apache error log ...
1
vote
2answers
659 views

SOAP endpoint over HTTPS returns 400 Bad Request

I have a WCF service hosted under IIS, behind a load balancer. SSL is offloaded at the LB and then the service is called in plain HTTP. I got the REST endpoint of the service working but I can't seem ...
1
vote
1answer
94 views

£ sign in url causes bad request in SharePoint

We have a file in sharepoint with a £ sign as part of the url. When we try to retrieve this file we get a bad request. Interesting thing is that this is only a problem in production not in test. ...
1
vote
1answer
999 views

ASP.NET MVC 400 Bad Request with URL restricted characters such as %

I'm developing an ASP.NET MVC 3 blog application using VS10 and its asp.net development server, and today I encountered the "HTTP Error 400 - Bad Request" error when I request on a blog post with a ...
1
vote
0answers
452 views

ASP.NET and 400 Bad Request Error

Sometimes I get 400 Bad Request error for different websites written on ASP.NET. The only solution I know is to clean up cookies for that site. Seems like that the cause of problem is _utmz and _utma ...
1
vote
2answers
745 views

Firefox “Bad request” caused by corrupt google tracking cookie

We have an issue on our site whereby some Firefox users are receiving a "Bad Request" message when they visit our site (nothing else, just the words "Bad Request"!) This would appear to be due to a ...
0
votes
1answer
47 views

mod_rewrite [PT] flag returns bad request

Initially, this code was written to create "pretty" urls. When using the code below, mod_rewrite works as it should. <Directory /var/www/vhosts/myurl.com/httpdocs> Options Indexes ...
0
votes
1answer
101 views

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 ...
0
votes
0answers
45 views

Request to the WP7 Push Notification Service returns “Bad Request”

I have a WP7 app (deployed via the Application Deployment Tool, not the Marketplace) set up to obtain a channel URI for the Push Notification Service and send that URI back to the server (a ...
0
votes
0answers
34 views

How can I change the outgoing_status from “none” to “follow” with Instagr.am API?

I've got a problem with the Instagram API. I can't change the relationship by the outgoing_status, because when I send the request (after the oAuth authorization and the access_token) I get a response ...
0
votes
1answer
95 views

WCF: HTTP 400 Bad Request on self hosted service

I have this interface: [ServiceContract] public interface ILocationService { [OperationContract] bool RegisterForNotification(string name, string uri); ...
0
votes
1answer
42 views

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 ...
0
votes
2answers
535 views

WCF 400 Bad Request

I created a simple function [OperationContract] [WebInvoke(Method = "POST", ResponseFormat = WebMessageFormat.Json)] string Start(); Definition, public String Start() ...
0
votes
0answers
277 views

Bubble popup and prototype lightbox on same page generating bad requests

I am trying to implement bubble popup with prototype lightbox. Both are working but animation of bubble is not the same as without using it with prorotype and it also generates bad requests in ...
0
votes
0answers
470 views

WCF Service Error : Exception Details: System.Net.WebException: The remote server returned an error: (400) Bad Request

I created a web service to upload files over http but on my first try, it is failing. My web service is running on my local computer's IIS 7, under ASP.NET 4 Integrated App Pool. Here this is my web ...
0
votes
1answer
451 views

400 Error on TimThumb

I'm testing a WordPress plugin that uses TimThumb. On one server (GoDaddy) I'm getting a 400 (Bad Request) error whenever I request the timthumb.php file from the plugins directory. However, an ...
0
votes
1answer
129 views

Bad Request while paperclip processes images

I developed a gallery where images were uploaded by ajax (jquery ajax upload), and then processed by paperclip. Now if I'm uploading some files (say 10 for example) it takes paperclip a time to ...
0
votes
2answers
1k views

HTTP 400 Bad Request when calling WCF Service Operation?

When I call http://localhost/TestService.svc/GetColors, I get a Http (400) Bad Request. When I run this in fiddler, I also get Bad Request. When I invoke the service through the wcf test client, it ...
0
votes
1answer
227 views

How to handle bad requests in asp.net

I am using asp.net 3.5, there are some requests with special characters (for example ./ and <) return "bad request" by asp.net application, it looks like the Application_Error method in ...
0
votes
2answers
215 views

Need help with: “The remote server returned an unexpected response: (400) Bad Request.”

I have a WCF service that has been working fine for some time now, and I decided to add something to it. All of the old stuff works just as it should and the new stuff works for smaller transfers ...
0
votes
1answer
266 views

Rubygems Bad Request 400 for specs file hosted on Amazon S3

When trying to install gems I run into "Bad Request 400" error when it tries to fetch the specs-file from production.s3.rubygems.org. The problem is same on all Ruby and Rubygems versions. The system ...
0
votes
1answer
418 views

Http 400. Bad request. When uploading xml file with special characters

Maybe you can help me in my problem:) And here is the issue description. My application is running on jboss 4.2.3. It has some functionality to upload content via rest endpoint. I have a problem when ...
0
votes
0answers
1k views

HTTP Error 400. The request has an invalid header name. When using jQuery Ajax to ASP.NET MVC via proxy

I am getting this error message: Bad Request - Invalid Header HTTP Error 400. The request has an invalid header name. When using local proxy for testing. The only difference I noticed in ...
0
votes
1answer
121 views

Bad Request Piwik

I get this error when I try to call a PIWIK API. Bad Request Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit. Cookie: ...
0
votes
1answer
2k views

Ruby on Rails HTTPS Post Bad Request

Greetings all. My application works with a remote server. Server uses https authorization of the certificate. I have following code to authorize and sends request: uri = ...
0
votes
2answers
522 views

Url as parameter gets intercepted

In my asp.net mvc app I want to check if a certain url returns a valid response. Therefor I send the url to a method that tests the HttpWebRequest.GetResponse() On my dev server (vs2008) it works ...
-1
votes
1answer
222 views

How to catch HTTP Error 400 - Bad Requests and redirect them properly on either asp.net application or in IIS 7.5

How can i catch http 400 error bad requests either asp.net 4.0 code behind like in global.asax file or in IIS 7.5 and redirect them with 301 to the certain pages. An example of bad request : ...
-1
votes
1answer
775 views

Youtube API Bad Request 400

Hopefully someone has some experience in this area as have run out of avenues to work out whats going on. My question is why am i getting a bad request 400 error when trying to upload a video to ...
-1
votes
1answer
82 views

Bad request when running ASP.NET 2.0 application

I am developing website in ASP.NET 2.0. I am running a page. In button click event I deal with data readers (first it gives me different error). So I debug it, and when I debug my 2 datareaders, then ...