TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Asutosha Sarangi
1.3k
493
16.7k
The HTTP request is unauthorized with client authentication
Jan 10 2018 1:31 PM
The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Negotiate,NTLM'
when I am consuming wcf service getting this error.
<pre> <system.serviceModel>
<bindings>
<basicHttpBinding>
<binding name="BasicHttpBinding_Asutosha">
<security mode="Transport">
<transport clientCredentialType="Ntlm" proxyCredentialType="None" realm="">
<extendedProtectionPolicy policyEnforcement="Never" />
</transport>
<message clientCredentialType="UserName" algorithmSuite="Default" />
</security>
</binding>
<binding name="BasicHttpBinding_Asutosha1" />
</basicHttpBinding>
</bindings>
<client>
<endpoint address="https://localhost/dips/Data_dip"
binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_Asutoshas"
contract="MygroupData.Asutoshas" name="BasicHttpBinding_Asutoshas" />
</client>
</system.serviceModel> </pre>
Reply
Answers (
3
)
How to log request and response data in text file
What is Throttling in WCF.