简体   繁体   English

使用BasicHttpBinding进行身份验证的WCF服务

[英]WCF service with authentication using BasicHttpBinding

As per this link http://www.brhlavinka.com/2013/06/07/secure-wcf-service-with-basichttpbinding-and-custom-credentials/ 按照此链接http://www.brhlavinka.com/2013/06/07/secure-wcf-service-with-basichttpbinding-and-custom-credentials/

I implemented a WCF service with authentication using BasicHttpBinding. 我使用BasicHttpBinding实现了带有身份验证的WCF服务。 All works fine but have few questions. 一切正常,但有几个问题。

  1. How can I test this service from WCFTestCleint ?. 如何从WCFTestCleint测试此服务? I get error as "The username is not provided. Specify username in ClientCredentials.". 我收到错误消息“未提供用户名。在ClientCredentials中指定用户名。”。

  2. We need to provide this API over internet ....would it be possible to access this kind of WCF from any programming language ?. 我们需要通过Internet提供此API ....是否可以从任何编程语言访问这种WCF?

对于测试WCF服务,我建议您使用SoapUi,它可与任何身份验证类型一起使用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Claims针对basicHttpBinding WCF服务进行Ntlm身份验证 - Ntlm-authentication against basicHttpBinding WCF service, using Claims 使用basicHttpBinding和自定义UserNamePasswordValidator的WCF身份验证? - WCF Authentication using basicHttpBinding and custom UserNamePasswordValidator? 使用BasicHttpBinding为远程客户端发布Wcf服务 - Publishing a Wcf service using BasicHttpBinding for remote clients WCF服务的basicHttpBinding上的HTTPS - HTTPS on basicHttpBinding for WCF Service 如何使用basicHttpBinding和Windows身份验证以及二进制编码配置WCF服务 - How to configure a WCF service with basicHttpBinding and windows authentication and binary encoding 启用安全性后,使用Silverlight中的BasicHTTPBinding WCF服务会中断 - Using BasicHTTPBinding WCF service from Silverlight breaks when turning on security 需要一种使用BasicHttpBinding避免WCF服务中响应消息的方法 - Need a way to avoid response messages in wcf service using BasicHttpBinding WCF服务maxReceivedMessageSize basicHttpBinding问题 - WCF service maxReceivedMessageSize basicHttpBinding issue 使用WCF的身份验证服务 - Authentication Service using WCF Windows 8.1 WCF客户端无法通过BasicHttpBinding通过摘要身份验证连接到服务 - Windows 8.1 WCF client fails to connect to service with digest authentication over BasicHttpBinding
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM