I want to use wsHttpBinding in a wcf service, wsHttpBinding requires a certificate for security problems, but I want to use wsHttpBinding without security, is this applicable?
Yes, you can use Message Security with Windows Authentication:
Message
Windows
<security mode="Message"> <message clientCredentialType="Windows" /> </security>
I donβt know why you want to use wsHttpBinding instead of basicHttpBinding, but maybe the Difference between BasicHttpBinding and WsHttpBinding and Using wsHttpBinding with Windows Authentication might be useful to you.
Source: https://habr.com/ru/post/1442040/More articles:Get custom category attribute value in Magento - phpRails: pass has_many or attribute_to attribute in the generate command - ruby-on-railsMongoDB, using a Mongodb ObjectID between collections - phpStore related keys as OID or strings in MongoDB - mongodbExpressionEngine - email notification when visiting 404 pages? - expressionenginePhonegap: portrait app crashing - androidHow to make twitter-bootstrap navbar without color - cssIgnoring DTD when decoupling with EclipseLink MOXy - javaregex for date omits one month symbol - javagiven a NullPointerException as a unit test failure: is this good practice? - javaAll Articles