Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
3answers
3k views

Overriding urllib2 HTTPError and reading response HTML anyway

I am trying to screen scrape multiple pages of a website, that return an 'HTTP Error 500: Internal Server Error' response, but still give important data inside the error HTML. Normally, I would fetch ...
6
votes
2answers
228 views

What is the difference between httpconnection on J2ME and HttpUrlConnection on Android (http error 401)

I connect to two servers (PROD is https, test server is http) on my applicaitons. on J2ME: I can connect to this two servers without a problem. on Android I can't connect to test-server. When ...
6
votes
4answers
1k views

How do I display custom error pages in Asp.Net Mvc 3?

I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry in my web.config. <customErrors defaultRedirect="ErrorPage.aspx" mode="On"> ...
4
votes
3answers
3k views

What are the 404;1, 404;2 etc HTTP error codes for?

In IIS I can configure my custom error pages. For each HTTP Error code I can say where to go. Several codes have a number of "sub" codes available. For example 404 has a regular 404, 404;1, 404;2 and ...
3
votes
2answers
4k views

“http error” when using Uploadify plugin for JQuery

I'm using the plugin from here: http://www.uploadify.com/ I have setup a simple test case, select a file etc & I get a "HTTP Error" when I try to upload. Here is the relevant code from my ...
3
votes
1answer
804 views

Trigger a HTTP error in Rails

I'm trying to call a custom instance of a 403 HTTP error in Rails but I can't seem to figure out how to do this... I have several user authentication roles and basically if a role tries to browse to ...
2
votes
4answers
3k views

HTTP Error 302 using uploadify

I use uploadify to upload files into my web site. It works with one hosting company. And doesn't with other company (sweb.ru). Error is: HTTP error: 302. Does Anybody know how to resolve this ...
1
vote
1answer
77 views

Adding 401 custom error to system.webServer.httpErrors gives “Unable to start debugging on the web server” error

I started with a blank MVC 3 web application. I created a new website in my local IIS for localhost:80 and configured my new MVC 3 project to use that web server instead of the VS development web ...
1
vote
3answers
636 views

How do I catch a HTTP_Exception_404 Error in Kohana

I tried to follow the instructions here: http://kohanaframework.org/3.0/guide/kohana/tutorials/error-pages But for some reason I am unable to catch the HTTP_Exception_404 I still get a ugly error page ...
1
vote
4answers
622 views

'Length required', when posting data with cURL

I keep getting a <h1>Length required</h1> error, when submitting a post string to a server. $cookie = "Secret cookie data here"; $searchData = array( '__EVENTTARGET' => ...
1
vote
1answer
507 views

Android get image from url SingleClientConnManager problem

I am using following code to get the images of a logo and save it in the database. DefaultHttpClient mHttpClient = new DefaultHttpClient(); HttpGet mHttpGet; HttpResponse mHttpResponse; HttpEntity ...
1
vote
1answer
414 views

RestFB: Facebook HTTP 400 error not specific enough

I'm using RestFB in order to connect our online photo sharing app to Facebook. But sometimes, Facebook is simply returning HTTP 400 errors to some queries. After investigation, the reasons can vary ...
1
vote
1answer
451 views

Any ideas how to troubleshoot HTTP Error 400 for MVC/Firefox?

Two clients complains on HTTP Error 400 from Mozilla Firefox 3.6.9. This happens when they open any link - both mvc application and also any static images, which are hosted on Classic application pool ...
1
vote
3answers
584 views

App Engine HTTP 500s

This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take longer and use more ...
1
vote
2answers
125 views

How do you throw an HTTP error with mod_python

I have a setup where I'm serving simple python pages using the mod_python publisher. At some points I'd like to have the python function raise a standard apache error - for example throwing a 500 ...
1
vote
2answers
749 views

JQuery on Google JSON fails with Error 405?

I am not able to understand, how to do fetch JSON data from Google servers, the requests fails with 405 HTTP error (Method Not Allowed). But I can download the JSON file manually or using PHP on my ...
0
votes
2answers
56 views

How to enable ASP classic in IIS7.5

I am running IIS 7.5 in Windows 7 and have already gone into "Turn Windows features on or off" and enabled ASP in "Internet Information Services/World Wide Web Service/application Development ...
0
votes
0answers
26 views

Site transfer Issue

I made a site tranfer from http://www.tipperfection.com/ to http://www.nailmatch.com/. Once I transferred all the contents, and I tried to open the new website I get an error as follows. Server Error ...
0
votes
1answer
31 views

Basic Auth urllib2 with HTTPPasswordMgrWithDefaultRealm and POST data

I have this cURL call that works perfectly: curl -H 'X-Requested-With: SO demo' -d 'parameter=value' https://username:password@api.domain.com/api/work/ My conversion does not work. import ...
0
votes
1answer
20 views

detecting HTTP error using ajax

I'm using ajax calls to retrieve some HTML data. In certain cases, there are chances that I may get HTTP error 403 (because of some IE bug Encountering 403 error while using ajax call on IE, Hash ...
0
votes
1answer
29 views

How do I return a 401 authentication error to a RestSharp client?

In my Mvc Api controller, if the user cannot be authenticated I throw an HttpException 401. However, the RestSharp client seems to translate this into a Http 500 status code. I want to be able to ...
0
votes
1answer
27 views

How to stop 403 and 404 http errors from facebook bots and/or refresh share cache

I'm getting lots of 403 and 404 errors from the facebook bots after changing the directory structure on my server a few weeks ago. Of course, such errors should be expected in this situation until ...
0
votes
3answers
98 views

urllib2 HTTP Error 400: Bad Request

I have a piece of code like this host = 'http://www.bing.com/search?q=%s&go=&qs=n&sk=&sc=8-13&first=%s' % (query, page) req = urllib2.Request(host) req.add_header('User-Agent', ...
0
votes
0answers
49 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
27 views

Timezone of NCSA and http_error log in Websphere application Server 7

After enable the http_access.log and http_error.log, the timezone for both logs is GMT or +0000. but in the SystemOut.log or SystemErr.log, both timezone is the local time. So can anyone tell me how ...
0
votes
1answer
35 views

Where does this HTTP error come from : “Unable to contact target server after 1 tries.”?

Some rare times, an HTTP error is displayed while accessing a page in a ASP.NET Web application : An HTTP error occurred while getting: http://mydomain.com/mypage.aspx Details: "Unable ...
0
votes
1answer
183 views

An Ajax Autocomplete Textfield In Drupal 7 doesn't work in Chrome

An Ajax Autocomplete Textfield In Drupal 7 works in Firfox, but doesn't work in IE and Chrome. The following error appears: An AJAX HTTP error occured. HTTP Result Code: 200 Debugging information ...
0
votes
0answers
358 views

java.io.IOException: Server returned HTTP response code: 400 for URL

I'm trying to read recent tweets from twitter through rss. Its working fine when I open the link through browser, but its not working when I'm trying to open a connection through Java ...
0
votes
0answers
118 views

HTTP error 302 on GAE

I write a script for automatically posting status to social network from rss. For posting I use just urllib and urllib2 and if I run my script from command line - it's work. But when I upload it to ...
0
votes
1answer
171 views

forbidden : no permission to access /***.php on localhost error

I am trying to read the response from a page on localhost. I have the following code: HttpClient httpclient = new DefaultHttpClient(); HttpPost httppost = new ...
0
votes
2answers
172 views

API Development: When to return a BAD REQUEST HTTP Status Code (REST)

We're authoring REST services, and there's a debate on what to do when someone requests a resource with a parent ID that does not exist. Example: You are asking for a list of people associated with ...
0
votes
2answers
166 views

How to perform HTTP 303 redirect with urllib2 in python?

I have a url to fetch, that gives a HTTP 303 redirect : import urllib2 as web import sys url='http://sample.com' try: handle=web.urlopen(url) except web.HTTPError, e: print e.code sys.exit(1) ...
0
votes
2answers
153 views

Getting HTTP Error 500.0

My system is Windows XP SP2 and my weserver is Microsoft Webmatrix. PHP works well but when i'm trying to add db connection it gives http Error 500.0. The piece of code that issues error $db = new ...
0
votes
1answer
73 views

400 Http Errors Using Jsoup in Multithreaded Program

I've created a program that parses html pages. I use jsoup connect function within a callable class inside ThreadPool. The problem is that I'm connecting to the same website and with a thread pool ...
0
votes
1answer
385 views

error 500 with xampp for linux and joomla

Im using ubuntu and XAMPP for linux and I have a problem when I try to upload an extension greater than 500kb in Joomla, I get an "HTTP Error 500" http://s4.postimage.org/7wgxcfveq/error500.jpg My ...
0
votes
1answer
298 views

Need response body of HTTP 500 with file_get_contents (PHP)

Using file_get_contents as part of custom SOAP implementation to apply SOAP calls (ALL libraries that we tried would not do SSL + certificate based authentication with SOAP 1.2 correctly). However ...
0
votes
3answers
1k views

HTTP Error 500 Internal server error on high load ASP.NET application

I get HTTP Error 500 Internal server error on a one simple page asp.net application. There are enough resources on the server. This page is frequently requested by a large number of clients. Is there ...
0
votes
1answer
405 views

Getting 404.2 Error when deploying Silverlight Business Application on IIS 7.0

I'm getting the following error when trying view my freshly deployed Silverlight Business Application on IIS 7.0 on a Windows Server Standard server with Service Pack 2: HTTP Error 404.2 - Not ...
0
votes
1answer
815 views

Setting errorPage in Umbraco

I am developing a web application using Umbraco. I create a content called PageNotFound and the errors section of umbracoSettings.config file, I put the node id of that for 404 error404. The problem ...
0
votes
1answer
223 views

IOS Odata SDK Query Select Error

Ive connected my ipad up so it is now talking to my OData.svc served up on the web. I can do a noraml query of a table without. But as soon as I add a select to that query to cut down the columns ...
0
votes
3answers
1k views

java.io.IOException: Server returned HTTP response code: 500 for URL: https://hostname:port/xxx.do

We are getting the "java.io.IOException: Server returned HTTP response code: 500 for URL" error for the following code which is for applet-servlet communication. The same code has been working for ...
0
votes
1answer
306 views

Google App Engine Python WebApp framework supported self.error() codes

I know we can return errors to requests by calling self.error(http_error_code_here). However, there are some error codes that don't seem to be supported. "Unsupported error code" comes out when I use ...
-1
votes
1answer
228 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 : ...
-2
votes
0answers
38 views

CURL HTTP POST giving HTTP 401 Unauthorozed in oAuth 1.0

URL IS : https://prosbx.api.wacapps.net/1/payment/acr:Authorization/transactions/amount POST Params : ...