When the vb5's webbrowser control generates error messages,
such as err 401 url not found, I want to either disable them or intercept them and force an 'ok' click or close then automatically . H...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10056042.html
Zones:
Visual BasicDate Answered: 06/05/1998 Grade: A Views: 0
Hi,
This is driving me crazy. I have a solution that works great on one site, but doesn't on another site. Same exact code on two different windows environments. Here is the code:
Priv...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21256510.html
Zones:
.NETDate Answered: 01/03/2005 Grade: B Views: 0
I am looking for a way, perhaps through the SQL Server 2005 report web service? of generating web reports accessible on a webserver in my DMZ.
Scenerio is that my sql / reporting server is on my...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_21921940.html
How can I download a file with c# directly from a secure location after login in.
If I use an http request the server return a 401 error.
Somehow I have to provide the session headers so the serv...
http://www.experts-exchange.com/Software/Internet_Email/Web_Browsers/Q_22093282.html
Zones:
Web BrowsersDate Answered: 01/15/2007 Grade: A Views: 0
How to get user/password of remote user efficiently?
I know if I write the code below prior to HEAD:
<% Response.Status = "401 Unauthorized"
Response.end
%>
the browser will prompt a ...
http://www.experts-exchange.com/Programming/Languages/Scripting/CGI/Q_10105090.html
Zones:
CGIDate Answered: 12/04/1998 Grade: A Views: 0
Here is my php authentication code:
Header ( "WWW-authenticate: basic realm="ProZ" );
Header ( "HTTP/1.0 401 Unauthorized");
How do I offer the user a logout button?
Do I send a differe...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20085178.htm...
Zones:
PHPDate Answered: 03/01/2001 Grade: A Views: 13
I'm trying to connect to a secure site using the HttpsUrlConnection. This secure site prompts for a username/password when accessing through browser. I'm unfamiliar with SSL, so after researching...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20490054.html
Zones:
JavaDate Answered: 01/31/2003 Grade: A Views: 49
Hi Experts,
Looking at statistics for my website i found out that i was getting quite alot of 401 errors.
I turn on IIS logging with following log options:
#Fields: cs-username cs-method cs-...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Microsoft_IIS/Q_20508...
Hello.
I installed a Exchange 2000 Enterprise Server on a standalone machine, e.g. not on the domain contoller.
After that i try to log into the OWA with some users that i have created, but c...
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/Q_20531139...
Zones:
ExchangeDate Answered: 04/25/2004 Grade: A Views: 0
Hi,
I'm trying to send a form with a file from one server to another.
In the source server I do this:
<cfhttp url="http://servername/services/Locker/Upload/act_receiveFile.cfm" method="PO...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/ColdFusion/Q_20579374...