Top "Http-error" questions

An error code as a result of an HTTP request.

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 …

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

java spring spring-mvc http-error
HTTP Error 500.30 - ANCM In-Process Start Failure

I was experimenting with a new feature that comes with .net core sdk 2.2 that is supposedly meant to improve performance …

c# .net-core hosting iis-express http-error
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 …

asp-classic iis-7.5 http-error
urllib2 HTTP Error 400: Bad Request

I have a piece of code like this host = 'http://www.bing.com/search?q=%s&go=&qs=…

python urllib2 http-error
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. …

http rest http-error
500.19 error in IIS7 when an error occurs

Setup: Windows 7, IIS7. I am working on an app that is being viewed through the local IIS server, not the …

iis iis-7 http-error
Understanding “408 Request Timeout” on Apache with PHP

Issue description - Apache logs I found items similar to this one in the Apache log file: 166.147.68.243 [24/Feb/2013:06:06:25 -0500] 19 web-site.…

php apache2 http-error http-status-code-408
Overriding urllib2.HTTPError or urllib.error.HTTPError and reading response HTML anyway

I receive a 'HTTP Error 500: Internal Server Error' response, but I still want to read the data inside the error …

python urllib2 urllib http-error
Accessing HTTP Error Response Body from HttpInterceptor in Angular

I have an HttpInterceptor to catch errors and display them in a modal. Besides error code and message, I would …

angular typescript http-error angular-http-interceptors