.net - Windows Authentication with system.windows.forms.webbrowser -


i have .net control inherits system.windows.forms.webbrowser, navigates url , extracts data.

the server navigates has changed use windows authentication , of requests fail 401 unauthorized.

is there anyway tell system.windows.forms.webbrowser object use windows authentication?

webbrowser control instance of internet explorer, try add url of site site trusted sites zone in internet explorer configuration "internet options".

if solves problem can think of doing programmatically (see this question)


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -