Question by
pingu2k4 · May 11, 2018 at 10:32 AM ·
wwwwebrequestcertificate
Provide x509 client certificate in request
I am trying to login to an API using a client certificate. In a previous project I have had this working but I am trying to move everything over to Unity. I was perviously using RestClient nuget package, which is unavailable in Unity.
I have tried the UnityWebRequest stuff, but can't figure a way to use a client certificate with the request.
Comment