Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WCF authentication

if i am using HttpClientCredentialType.Basic as ClientCredentialType and i only need wcf authentication for security should i worry about certificates and https?

like image 727
Lora Avatar asked Feb 17 '26 07:02

Lora


2 Answers

If you don't use transport security then the basic authentication can be sniffed.
So, it depends on how secure you need your app to be.

like image 135
Nathan Avatar answered Feb 18 '26 20:02

Nathan


HttpClientCredentialType.Basic means you send your user name and password virtually in plain text. You must never use it without transport level security if it is production code.

like image 25
oleksii Avatar answered Feb 18 '26 19:02

oleksii



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!