Advertisement

1 - 10 of 105 containing alltags:("401") (0 seconds)
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...
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...
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...
Zones: MS SQL ServerDate Answered: 07/18/2006 Grade: A Views: 0
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...
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 ...
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...
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...
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-...
Zones: Microsoft IIS Web ServerDate Answered: 02/11/2003 Grade: A Views: 0
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...
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...
Zones: ColdFusion Application ServerDate Answered: 08/04/2003 Grade: C Views: 4