The http-error tag has no wiki summary.
1
vote
1answer
27 views
Nodejs Express Return Error Code with Res.Render
I am using nodejs with express. I would like to return a custom 404 not found error page. I have it working. however I have not found a solution of how to return a error code with res.render(). I saw ...
0
votes
1answer
28 views
i need to restart django server to make my app properly work
so i made a python script to grab images from a subreddit (from Imgur and imgur albums). i successfully done that (it returns img urls) and wanted to integrate it into django so i can deploy it online ...
0
votes
1answer
13 views
Proper use of HTTP Error Codes. 550 - Why is it 5xx instead of 4xx?
Today a co-worked used a 550 error on a delete action when the user doesn't have permission which at first looked to me bad because as I'm aware of, that kinda error looks like a client (aka 4xx) ...
0
votes
0answers
12 views
GalleryCMS - HTTP Error
I am trying to upload photos using GalleryCMS, however, when upload finished, I get the following message:
photo.jpg (287.32KB) - HTTP Error
and in the console:
Failed to load resource: the ...
0
votes
1answer
21 views
What HTTP status code should be returned when given an invalid ID?
What status code should be returned for a request to delete an object that doesn't exist?
public ContentResult DeleteEntity(int id, FormCollection FormData)
{
Database db = new Database();
...
0
votes
0answers
32 views
nginx bad gateway during PHP json_decode operation
I deployed Nginx under Ubuntu and during a json_decode operation I get an HTTP error 502 (bad gateway). If I think this error appears during the json_decode operation it's because if I comment the ...
0
votes
1answer
62 views
swfupload HTTP ERROR HTTP Status: 302
i have a problem with swfupload, it always return HTTP ERROR HTTP Status: 302 when i using FF, but work fine in other browser.
SWF DEBUG: SWFUpload Init Complete
SWF DEBUG:
SWF DEBUG: ----- SWF ...
3
votes
4answers
119 views
How to respond with HTTP 400 error in a Spring MVC @ResponseBody method returning String?
I'm using Spring MVC for a simple JSON API, with @ResponseBody based approach like the following. (I already have a service layer producing JSON directly.)
@RequestMapping(value = ...
0
votes
0answers
19 views
IIS DELETE webmethod with invalid path is returning 412 instead of 404 error
I have a C#-based IIS ASHX proxy I've written to make cross-domain requests to a RESTful API.
I've noticed that when I use the proxy to do a DELETE operation against a bogus path but I'm also ...
1
vote
0answers
54 views
Wordpress media upload : Error 500
When I try to upload images on multiple WP websites hosted on a particular server, via the Flash uploader, I get a HTTP Error written in red.
I know that this is a common problem, but the common ...
2
votes
1answer
89 views
Spring MVC gives HTTP 406 for application/octet-stream
I am using Spring Web MVC and have written a controller that shall return binary data to a plugin in a web-page that show 3D content. This plugin uses STK files for it's models, so I have set-up my ...
0
votes
0answers
53 views
virt-install gives HTTP error when installing domU for Xen
I have xen 4.1.3 installed on top of a fedora 16 distribution. I have my dom0 working.
Output of "sudo xm list":
Name ID Mem VCPUs State ...
1
vote
0answers
127 views
error callback in angular resource like
I'm having trouble while using ng-resource in django because it always removes the trailing slash. So I follow http://stackoverflow.com/users/192810/misko-hevery guide ...
1
vote
1answer
88 views
Python HTTP 599: Connection closed (Tornado)
I'm getting this error:
HTTP 599: Connection closed [E 130405 11:43:14 web:1031] Uncaught
exception GET /networks/1/sensors/1/alarm (127.0.0.1)
while executing the following code:
from ...
1
vote
1answer
127 views
Custom HTTP Error 404 - Annotation based setting Spring 3.2
Is it possible to implement annotation based custom HTTP 404 error page using Spring 3.2.1?
I looked for ways in various forums but couldn't find any clear answer.
I also tried configuring using ...
0
votes
1answer
89 views
Firebug showing HTTP 302 error in red (no errors in apache error log)
I am experiencing a problem on the mobile version of my site where I get a HTTP 302 Found message in Firebug on Firefox, but the message is in red. I am spoofing Firefox to switch the User Agent ...
0
votes
2answers
593 views
httpClient -> HTTP/1.1 500 Internal Server Error
I'm allways getting this error (HTTP/1.1 500 Internal Server Error) when I'm trying to do a PUT/POST in my REST client application, using HttpClient.
Do you have any idea of what kind of error it can ...
0
votes
2answers
111 views
Spring MVC — java.lang.ClassCastException
Hopefully this will be the last question from this Spring MVC newbie. When I try to call the front page of my Spring 3.2 MVC web application on Tomcat 7.0, I get an HTTP Error 500 with the following ...
1
vote
1answer
365 views
408 Request Timeout on Apache and PHP Undestanding
Issue description - Apache logs
I found the items in the Apache log file like
166.147.68.243 [24/Feb/2013:06:06:25 -0500] 19 web-site.com "-" 408 - "-"
I've got custom log format and "408" here ...
2
votes
2answers
123 views
Custom 404 response for GWAN
When people request a servlet that is not found on csp folder
it will show a "404 Not Found" Response
Not Found
The requested URL was not found on this server.
is there a way we can check a servlet ...
0
votes
1answer
39 views
How do I return a reasonable error code when using customErrors redirect?
In web.config of my ASP.NET website I have customErrors turned on and set to redirect to a specific action in case of HTTP 404:
now I start Fiddler and in my browser query some URL ...
0
votes
1answer
86 views
Android Dom parsing link tag
the below one is the url where i am parsing link tags
http://www.mobileapp.pcmac.org/mobile/xml/sisapp.asp?sid=353&pn=news2
in this url the data is
<item>
<title>DATA ...
0
votes
1answer
43 views
502 bad gateway from mollom captcha
My application uses Mollom captcha on some form-based pages. Suddenly, on one server, the mollom requests are taking excessively long time to return with an image and audio url's.
In the meantime, the ...
0
votes
1answer
90 views
HTTP Error 401 at accessing Socialcast API
I receive 401 Unauthorized when trying to connect to Socialcast API (Demo).
This is my code:
ClientConnectionManager connectionManager = new BasicClientConnectionManager();
HttpClient client = ...
0
votes
0answers
102 views
502 Gateway Error on php script
I am getting the error message
502 Bad Gateway
The gateway received an invalid HTTP response or unexpected disconnect from the original server.
while running some PHP scripts on my server ...
0
votes
1answer
32 views
Can I design my own proxy error page?
Is it possible that I design my own proxy error page, so this page would show up instead of the standard page? Also a few suggested tags would be helpfull as I don't know how to tag this question ...
0
votes
1answer
191 views
Web Crawler HTTP Error 403:Forbidden
I am a newbie trying to write a script of a web spider.
I want to go to a page, enter a data in a textbox, go to the next page by clicking the submit button and retrieve all data on the new page, ...
3
votes
2answers
466 views
Rest error message in HTTP Header or Response Body?
I have a REST service that is exposed to iPhone and Android clients. Currently I follow the HTTP codes 200, 400, 401, 403, 404, 409, 500 etc.
My question is where is the recommended place to put the ...
0
votes
0answers
48 views
OpenRasta Intermittent 500 Error and now Timeouts
I've taken on an OpenRasta project, with the task of expanding to include more features and services.
I have successfully added in the additional features which all work, most of the time, but from ...
0
votes
0answers
42 views
raise HTTPError after read() without losing body data
If you do:
try:
ret = urllib2.urlopen(url, body)
except urllib2.HTTPError as h:
if h.read() == 'foo':
pass
else:
raise h
... if the calling code calls read() it gets an ...
0
votes
0answers
94 views
Redirect 410 from password protected directory without authentication using .htaccess
I have a directory that is password protected using .htaccess.
This directory used to contain a public page, which is why there are still some links out there on the Web that point to it.
What I ...
0
votes
0answers
242 views
Trying to resolve an HTTP 400 Error after OBIEE 11g analytics.ear deployment
In an attempt to create a SAML authentication provider on a Weblogic Server(WLS) running Oracle Business Intelligence Enterprise Edition (OBIEE) 11g, I have followed the steps found in this Oracle ...
1
vote
1answer
72 views
can a response to an http request error be gziped?
when trying to execute an http request that causes a 400 Bad Request error, an nginx server returns the "400 Bad Request", a Content-Encoding: gzip, and the response in a non-encoded format.
so ...
1
vote
2answers
7k views
IIS - HTTP Error 503. The service is unavailable
I'm really new to setting up web servers in general. I've got IIS 8 on Windows 8, and I'm trying to set up a little site locally, while doing some development. In IIS I choose Add Site, give a name, ...
0
votes
0answers
95 views
Google Search Applicance Error
I am using MC+A GSALib to interact with a Google search appliance(GSA). The GSA is set to do secure searches over an https connection. I keep getting "417: expectation failed" returned from the GSA. ...
0
votes
1answer
963 views
Status Code Exception (com.google.gwt.user.client.rpc.StatusCodeException: 404 <html>)
I'm getting this error while running the login application (Using GWT-RPC). How can I resolve this? I have provided the error list as well. What I'm missing?
------VinLog.html
<!doctype ...
4
votes
1answer
279 views
Reading the error body in PHP curl_exec [duplicate]
Possible Duplicate:
Using PHP curl how does one get the response body for a 400 response
When using PHP's curl_exec to call a RESTful API the documentation says ...
1
vote
1answer
141 views
How can I display a custom errorPage and still return 404
There is a routing table that includes
routes.MapRoute("404-PageNotFound", "{*url}", new { controller = "Error", action = "PageNotFound" });
The web.config has:
<customErrors ...
0
votes
1answer
301 views
Configuring single jsp error page with different messages for different http errors
I am developing an web-application.
I am looking to configure error pages in web.xml.
I want to make a single error page with different error messages for different http errors like 400,404,etc.
...
0
votes
0answers
274 views
handling HTTP 400 errors within apache vhosts config
I have been reading this post with interest regarding setting up HTTP 400 error handling within the Apache config.
I have found that I can configure it within my Apache config, but not my virtual ...
0
votes
1answer
186 views
python 3, errorhandling urllib requests
from difflib import *
import urllib.request,urllib.parse,urllib.error
from urllib.parse import unquote
import time
import pdb
try:
file2 = urllib.request.Request('site goes here')
...
3
votes
1answer
879 views
PayPal IPN Delivery status set to “Retrying” with HTTP response code 404
I am using the Wordpress Plugin Donate Plus, which hasn't been updated in a while and which isn't working properly for most users. So I have made some changes to the code in an attempt to get it ...
1
vote
1answer
84 views
Catching HTTP errors before redirect via 51degrees (vb.net)
I am using 51degrees.mobi and it is working well but in the case of the mobile server experiencing issues (HTTP error status) I want to be able to allow the user to continue on with the desktop ...
1
vote
3answers
2k views
How to Upload Large Files on Heroku (Particularly Videos)
I'm using heroku to host a web application with the primary focus of hosting videos. The videos are hosted through vimeo pro, and I'm using the vimeo gem by matthooks to help handle the upload ...
1
vote
1answer
191 views
http error 400 with “meetup” API
im trying to hook my website to Meetup.com
instructions:http://www.meetup.com/meetup_api/auth/
Everything works when i request authorization. However when i try to get the access token, i keep ...
4
votes
1answer
175 views
Why does 500 error break ajax call?
This is my code:
http_request = new XMLHttpRequest();
if (http_request.overrideMimeType) http_request.overrideMimeType('text/javascript');
http_request.onreadystatechange = alertContents;
...
0
votes
1answer
201 views
Python - Heroku urllib2.HTTPError
I've spent the past day or so working with a group to create a facebook app that computes a user's cluster coefficient (a measure of the interconnectedness of their friends.)
In order to accomplish ...
1
vote
1answer
216 views
Virtual path duplicated in Response.Redirect in ASP.NET under Visual Studio 2010
I'm having a problem with one of my VS 2010 problems.
Lets say I have a page, MyPage.aspx, in web site, MyWebSite ,with virtual path of ,MyWebSitePath.
When I redirect call to another page, ...
0
votes
3answers
343 views
Redirection + 403 error
I am searching for a way to have something like that :
return HttpResponseForbiddenRedirect(reverse("view_name"))
an HttpResponse which redirect to a view (with its name) but still throw a 403 ...
0
votes
0answers
180 views
How to change physical path of a virtual application
I have a question regarding on changing the physical path for the virtual application that i have. This is the error message I've got when launching the site.
As you can see, physical path of the ...

