http-error Questions
2
Solved
I have successfully published an ASP.NET Core website on IIS (version 10) on my local machine (Windows 10) and browsed it.
However, when I deploy it on IIS on another PC (using same versions...
Enochenol asked 18/11, 2016 at 19:7
4
Solved
I have just started using the goslate library in Python to detect the language of the words in a text but after testing it for 7-8 inputs, I gave the input which had the words written in two langua...
Olszewski asked 13/10, 2015 at 15:56
4
Solved
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 ...
Viewable asked 19/1, 2012 at 12:19
1
Solved
I want to use Python to get a list of all the files/folders in a given folder in Google Drive. The call I'm using is this:
query = parentID + " in parents"
response = service.files().list(q=query...
Circumscissile asked 26/4, 2016 at 19:37
1
Solved
I am consistently getting a 404 - Requested entity not found response when I use UrlFetchApp to export a spreadsheet as a PDF. If I put the same URL into a browser, the PDF download initiates prope...
Paronymous asked 10/5, 2016 at 20:45
1
Solved
I have the following setup in my web.config file to handle errors:
<httpErrors errorMode="Custom" existingResponse="Replace">
<remove statusCode="500" />
<error statusCode="500" r...
Dunc asked 10/4, 2016 at 7:21
3
Solved
I receive a 'HTTP Error 500: Internal Server Error' response, but I still want to read the data inside the error HTML.
With Python 2.6, I normally fetch a page using:
import urllib2
url = "http:/...
Octans asked 10/2, 2010 at 0:55
3
Solved
My application depends heavily on android DownloadManager component to download files with approximate size of 3-10 mega bytes.
when scaling up (to millions of downloads) the big picture is clear:
...
Signore asked 14/1, 2016 at 6:26
4
Solved
I try to send this two requests but I only get as a response the errors listed in the title.
My two webrequests to the google servers are like this:
HttpClient http = new HttpClient();
HttpRespo...
Swiger asked 29/9, 2015 at 15:52
2
Solved
I'm experimenting with HTTP error codes in django so I have a question about HttpResponse(status=<code>). For example, I want to send a HTTP error code 405, I have the following code:
def my...
Reticulate asked 16/7, 2015 at 18:11
0
So that I can test the subscription functionality of my app, I need to be able to revoke subscriptions. This apparently is not possible just using Google's back end. Instead, it is necessary to use...
Monocyclic asked 10/2, 2015 at 20:43
2
I just created a WCF web site .net 3.5, I think by creting a default one would be enough to replicate. yet it is defficult to replicate. I have VS2013 with all updates as downloaded from my MSDN an...
Eby asked 3/7, 2014 at 17:5
3
Solved
I'm creating a simple Servlet to answer a form submition. This servlet receive POST request and should response Application/JSON datas. This is working well.
I want now to add errors managment to m...
Flagellate asked 22/1, 2013 at 12:54
1
According to Microsoft's documentation, for static (i.e. HTML) content, web.config should read responseMode="File" for each error.
Currently, my web.config includes
<httpErrors errorMode="Cust...
Carlock asked 8/7, 2013 at 18:32
1
I'm getting this when accessing my domain: I'm seeing my default, http500 error django template being displayed.
I have gunicorn setup:
command = '/usr/local/bin/gunicorn'
logfile = "/home/ubuntu...
Lingwood asked 25/10, 2013 at 1:58
1
Solved
I am trying to crawl the user's ratings of cinema movies of imdb from the review page:
(number of movies in my database is about 600,000). I used jsoup to parse pages as below: (sorry, I didn't wri...
Joiner asked 18/2, 2014 at 15:49
2
I'm building RESTful service using Microsoft ASP.NET Web API.
My problem concerns HttpErrors that Web API throws back to user when something go wrong (e.g. 400 Bad Request or 404 Not Found).
The...
Bareheaded asked 11/7, 2013 at 9:14
1
Solved
I'm sending data to a server with an Arduino which requires constructing an HTML POST line-by-line. I don't necessarily know the Content-Length a-priori, so I am using "chunked" encoding.
When I ...
Meetinghouse asked 22/6, 2013 at 21:36
1
Solved
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) e...
Renatorenaud asked 13/5, 2013 at 15:30
7
Solved
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 p...
Jabe asked 7/1, 2011 at 10:49
3
Solved
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 proc...
Chloromycetin asked 18/7, 2012 at 5:39
1
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 http://php.net/manual/...
Rybinsk asked 3/10, 2012 at 12:20
2
Solved
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 ...
Delft asked 7/3, 2010 at 3:22
2
Solved
I was going through the Ruby tutorials provided at http://ruby.bastardsbook.com/ and I encountered the following code:
require "open-uri"
remote_base_url = "http://en.wikipedia.org/wiki"
r1 = "St...
Chalutz asked 7/6, 2012 at 4:16
2
Solved
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 con...
Quenelle asked 14/10, 2011 at 9:17
© 2022 - 2024 — McMap. All rights reserved.