Top "Http-error" questions

An error code as a result of an HTTP request.

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 …

asp.net iis-7 http-error
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 …

node.js express http-error
Is there any way to simulate HTTP Error responses 5xx and 4xx

I am developing a RESTful service which has two severs talking to each other, which may be named as external …

java http rest jboss http-error
Python get raises HTTPError 400 Client Error, but after manually accessing URL, get works temporarily

When I run this code in iPython (Python 2.7): from requests import get _get = get('http://stats.nba.com/stats/playergamelog', …

python json ipython python-requests http-error
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 …

php file-get-contents http-error
IIS Express Error http 404.17 – not found running a WCF service

I just created a WCF Service Application in VS2013 with framework 3.5. for exposing some methods I have in a class …

wcf visual-studio-2013 iis-express http-error
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 …

ruby-on-rails heroku upload http-error
VS2013 cannot add WCF service reference in solution

I just created a WCF web site .net 3.5, I think by creting a default one would be enough to replicate. …

wcf .net-3.5 visual-studio-2013 iis-express http-error
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: …

python tornado http-error connection-close
Nginx+Gunicorn+Django1.5 - connect() failed (111: Connection refused) while connecting to upstream

I'm getting this when accessing my domain: I'm seeing my default, http500 error django template being displayed. I have gunicorn …

django configuration nginx gunicorn http-error