YetAnotherHttpHandler icon indicating copy to clipboard operation
YetAnotherHttpHandler copied to clipboard

Is there any way to get the Certificate data from the request?

Open sableangle opened this issue 8 months ago • 1 comments

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!

sableangle avatar Jun 27 '24 08:06 sableangle