Konubinix' opinionated web of thoughts

Android - Setting Domain Name of Network_security_config.xml to Localhost at Runtime - Stack Overflow

Fleeting

<?xml version=“1.0” encoding=“utf-8”?> <network-security-config> <domain-config cleartextTrafficPermitted=“true”> <domain includeSubdomains=“true”>127.0.0.1</domain> <domain includeSubdomains=“true”>10.0.0.1</domain> <domain includeSubdomains=“true”>localhost</domain> </domain-config> </network-security-config>

https://stackoverflow.com/questions/59683657/setting-domain-name-of-network-security-config-xml-to-localhost-at-runtime

Notes pointant ici