PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → network-security-config
network-security-config
Débuté par Ramon Diaz Rios, 30 sep. 2022 22:10 - Aucune réponse
Membre enregistré
7 messages
Posté le 30 septembre 2022 - 22:10
good day, does anyone know how to implement ssl pinning with windev mobile, I have already done what the google documentation indicates by adding the existence of the networkSecurityConfig file to the manifest and generating said file with the data of the certificate that I want to fix.

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<domain-config>
<domain includeSubdomains="true">midominio.com</domain>
<pin-set expiration="2022-11-19">
<pin digest="SHA-256">SjUG7k/7XSzfmvW9Ow0RWSFFR/yapzDbqxxxxxxxxxxxxx=</pin>
<pin digest="SHA-256">SRZ/xvbaCI8L2MoKGRnWAtCj2+cwPwobxxxxxxxxxxxxxxxxx=</pin>
</pin-set>
</domain-config>
</network-security-config>

even so my application does not validate the certificate to guarantee the identity of the WebService