R
Ryan
Hello everyone,
I am using Windows authentication and I have set impersonate to true.
I am try to do the following and receive a 401 error in non-IE
browsers.
Dim objRequest As HttpWebRequest = CType(WebRequest.Create(strURL),
HttpWebRequest)
objRequest.Credentials = CredentialCache.DefaultCredentials
etc . . .
Is this expected? Firefox allows the users to login, but the
defaultcredentials does not seem to work. Is there a way around this or
something I am doing incorrectly?
In help is greatly appreciated!
Thanks and have a great day,
Ryan
I am using Windows authentication and I have set impersonate to true.
I am try to do the following and receive a 401 error in non-IE
browsers.
Dim objRequest As HttpWebRequest = CType(WebRequest.Create(strURL),
HttpWebRequest)
objRequest.Credentials = CredentialCache.DefaultCredentials
etc . . .
Is this expected? Firefox allows the users to login, but the
defaultcredentials does not seem to work. Is there a way around this or
something I am doing incorrectly?
In help is greatly appreciated!
Thanks and have a great day,
Ryan