WCF Service with wsHttpBinding - Manipulating HTTP request headers

前端 未结 2 460
旧时难觅i
旧时难觅i 2021-01-06 09:29

I have been following this tutorial in order to get username authentication with transport security working in my WCF service. The tutorial however refers to using bas

2条回答
  •  自闭症患者
    2021-01-06 10:29

    You are trying to implementing HTTP authentication so look at this MSDN article to ensure you've configured your service correctly. As you found out, the tutorial you reference works for basicHttpBinding but wsHttpBinding needs special configuration to support HTTP authentication.

提交回复
热议问题