将凭据发送到 WebBrowser

发布于 2024-08-24 23:33:12 字数 72 浏览 5 评论 0原文

我有一个导航到共享点端口的网络浏览器控件。

如何将凭据发送到网络浏览器控件,以便我可以使用自定义凭据导航到该网站?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

喵星人汪星人 2024-08-31 23:33:12

这取决于服务器使用的身份验证方法。对于表单身份验证,您只需要模拟表单发布。但该网站很可能使用集成 Windows 身份验证,您需要实现 IAuthenticate (例如)或通过 LogonUser 进行模拟。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文