码迷,mamicode.com
首页 > Web开发 > 详细

WCF on .NET Core missing client Negotiate scheme in authorization scheme

时间:2020-07-07 15:38:36      阅读:92      评论:0      收藏:0      [点我收藏+]

标签:require   hosted   reading   logs   hellip   blog   issue   ica   another   

https://stackoverflow.com/questions/53784440/wcf-on-net-core-missing-client-negotiate-scheme-in-authorization-scheme

 

 

Well its too bad if another project is already written and it works on localhost but not on server :D Anyway I solved issue by reading article: blogs.msdn.microsoft.com/distributedservices/2009/11/10/… which solved my problem 

 

 

I found this article which offers solution for my issue

Article: https://blogs.msdn.microsoft.com/distributedservices/2009/11/10/wcf-calling-wcf-service-hosted-in-iis-on-the-same-machine-as-client-throws-authentication-error/

Use method 1. Requires server reboot!

In registry I used CNAME like

mySubdomain
mySubdomain.myDomain.com
localhost
192.168.0.xxx
192.168.0.1 (default gateway)
xx.xx.xx.xx (my ip address)


WCF on .NET Core missing client Negotiate scheme in authorization scheme

标签:require   hosted   reading   logs   hellip   blog   issue   ica   another   

原文地址:https://www.cnblogs.com/panpanwelcome/p/13260605.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!