YetAnotherHttpHandler
YetAnotherHttpHandler copied to clipboard
Is there any way to get the Certificate data from the request?
If I would like to do a Certificate Pinning in the game, the Certificate raw data is required.
For instance, the UnityWebRequest provide an API CertificateHandler which give us the cert raw datas, so we can do some extra verification for the certs.
If any api that provide similar features will be great!