问题
I have a webbrowser control that navigates to sharepoint port.
How can i send credentials to webbrowser control, so i can navigate to the site with custom credentials?
回答1:
It depends on the authentication method used by the server. For form authentication you just need to simulate a form post. But most likely the site is using integrated Windows authentication and you need to implement IAuthenticate(Ex) Or impersonate via LogonUser.
来源:https://stackoverflow.com/questions/2445963/send-credentials-to-webbrowser