Tuesday, September 8, 2020

Support HTTP Options with EnableCors

 I found this interesting blog explaining options method support with EnableCors

https://blogs.msmvps.com/kenlin/2018/01/18/2694/

No comments:

c# httpclient The remote certificate is invalid according to the validation procedure: RemoteCertificateNameMismatch

 If we get this error while trying to get http reponse using HttpClient object, it could mean that certificate validation fails for the remo...