http-error Questions
4
I want all 401 errors to be be redirected to a custom error page. I have initially setup the following entry in my web.config.
<customErrors defaultRedirect="ErrorPage.aspx" mode="On">
<...
Guadalupe asked 18/7, 2011 at 12:44
1
I've created a program that parses html pages. I use jsoup connect function within a callable class inside ThreadPool. The problem is that I'm connecting to the same website and with a thread pool ...
Theurer asked 30/7, 2011 at 18:16
1
Solved
Using file_get_contents as part of custom SOAP implementation to apply SOAP calls (ALL libraries that we tried would not do SSL + certificate based authentication with SOAP 1.2 correctly). However ...
Schadenfreude asked 18/5, 2011 at 6:57
1
Solved
I am using following code to get the images of a logo and save it in the database.
DefaultHttpClient mHttpClient = new DefaultHttpClient();
HttpGet mHttpGet;
HttpResponse mHttpResponse;
HttpEntity...
Fiche asked 11/5, 2011 at 5:39
3
Solved
In IIS I can configure my custom error pages.
For each HTTP Error code I can say where to go. Several codes have a number of "sub" codes available. For example 404 has a regular 404, 404;1, 404;2 a...
Cleareyed asked 6/11, 2008 at 10:35
© 2022 - 2024 — McMap. All rights reserved.