ryder96_
How to use certificate on HttpClient
I'm trying to add a certificate to my http client but on request it gives the exception RemoteCertificateNameMismatch and i do not understand why it fails i followed the instructions on msdn doc.
Code where i create my client
Code where i create it and I do the get request
1 replies
❔ Help with DI, i have different connection strings but same behavior for query DB
Hi, i want to instance the same query service but with different configuration and i have no idea how to do it easily. The problem is that i have other services that use multiple query services with different configurations.
3 replies