使用凭证和代理时响应 401(调用 Web 服务)

发布于 2024-08-18 22:05:04 字数 160 浏览 6 评论 0原文

我使用VB.NET 2.0。

我正在尝试调用网络服务。此 Web 服务需要身份验证。因此,我可以仅使用凭据来执行 Web 服务。但是,当我添加本地代理(我尝试使用 ezProxy Manager)时,出现 401 错误。

我也需要让它与代理一起工作。有什么想法可能会失败吗?

I using VB.NET 2.0.

I am trying to call a web service. This web service requires authentication. So, I am able to execute the web service when using Credentials only. But, when I add a local proxy (I tried with ezProxy Manager) I get a 401 error.

I need to get this working with a proxy as well. Any ideas why this may fail?

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

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

发布评论

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

评论(1

倾听心声的旋律 2024-08-25 22:05:04

我也一直在为此苦苦挣扎。我们的代理服务器使用我们的 Windows 登录凭据,对安全模式和 clienCredentialType 元素的 app.config 文件所做的更改似乎对我有用:

呼叫使用 Visual Studio 2008、WCF 和 Windows 身份验证的 SharePoint Web 服务已存档

I've been struggling with this, too. Our proxy server uses our Windows logon credentials, and the changes made to the app.config file for security mode and clienCredentialType elements seems to work for me:

Calling SharePoint web services using Visual Studio 2008, WCF, and Windows Authentication (Archived)

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