Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Web Requests - APIs used for securing data

Discussion in 'Windows' started by ZikW, May 13, 2023.

  1. ZikW

    ZikW

    Joined:
    Aug 18, 2014
    Posts:
    18
    Hi Unity,

    In Partner Center, we have to indicate which API is used to secure data for web requests. Could you tell me what Unity uses for UWP apps?

    You can find a screenshot of the Partner Center page in the attachment.

    Thanks,

    Ronald.
     

    Attached Files:

  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,446
    We use CertGetCertificateChain/CertVerifyCertificateChainPolicy APIs to verify TLS certificates and use libcurl to do the actual web requests on both Windows and UWP. We don't use any of the 5 mentioned options in your screenshot on Windows/UWP.
     
  3. ZikW

    ZikW

    Joined:
    Aug 18, 2014
    Posts:
    18
    Ok, I will try to put this somewhere in the documentation sent to Microsoft.

    Thanks!