Top "Http-error" questions

An error code as a result of an HTTP request.

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 …

php uploadify http-error
HttpServletResponse#sendError How to change ContentType

I'm creating a simple Servlet to answer a form submition. This servlet receive POST request and should response Application/JSON …

servlets content-type http-error
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 …

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

ruby-on-rails http-status-code-403 http-error
IIS HTTP Error 500: The requested Page cannot be accessed because related configuration data is invalid

I have successfully published an ASP.NET Core website on IIS (version 10) on my local machine (Windows 10) and browsed it. …

asp.net iis asp.net-core application-pool http-error
REST-API, proper HTTP status code for invalid DELETE

I'm designing a RESTful API that is using the HTTP status codes and verbs as key components in communicating. On …

api http rest permissions http-error
HTTP headers for chunked encoding POST - Error 411

I'm sending data to a server with an Arduino which requires constructing an HTML POST line-by-line. I don't necessarily know …

http http-headers arduino http-post http-error
HTTPError: HTTP Error 503: Service Unavailable goslate language detection request : Python

I have just started using the goslate library in Python to detect the language of the words in a text …

python http-error http-status-code-503 goslate
"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 …

jquery jquery-plugins uploadify http-error
How do I catch a 404 error in urllib? (python 3)

I've been reading tens of examples for similar issues, but I can't get any of the solutions I've seen or …

python http-error