proyecto26 / RestClient

🦄 A Promise based REST and HTTP client for Unity 🎮
https://assetstore.unity.com/packages/slug/102501
MIT License
1.24k stars 174 forks source link

CustomCertificateHandler #57

Closed Zartris closed 5 years ago

Zartris commented 5 years ago

I am creating a UWP application for Hololens and I need to be able to use the CertificationHandler, but I cannot seem to find your: CertificateHandler = new CustomCertificateHandler(), //Included in the source code of this library anywhere in the source code. The reason is, I need to be able to use certificates without using the standard "System.Security.Cryptography.X509Certificates", since this is not supported on UWP applications. Did you get past this or should i keep on looking?

jdnichollsc commented 5 years ago

Sorry @Zartris, you need to use the forums of Unity to ask that (Certificates with the UnityWebRequest system), I don't have experience using certificates from Unity 👍