Hi,
We have to show a webpage in our application that requires basic authentication.
How can I specify the basic authentication information for the request headers in the new WebBrowser control?
Regards,
René
Hi,
We have to show a webpage in our application that requires basic authentication.
How can I specify the basic authentication information for the request headers in the new WebBrowser control?
Regards,
René
if I try to call a webpage that requires basic authentication with the new webbrowser control I get back a 401 (Unauthorized) page because of missing basic authentication. (Microsoft Webbrowser control shows a dialog to enter the credentials is this case.)
I want to specify the credentials anyway programmatically so I can access the website using the new browser control.