Top "Android-network-security-config" questions

How to allow all Network connection types HTTP and HTTPS in Android (9) Pie?

From Android 9 Pie now, requests without encryption will never work. And by default, the System will expect you to use …

java android kotlin android-9.0-pie android-network-security-config
Setting domain name of network_security_config.xml to localhost at runtime

Since Android 9, Android by default only allows network connections over HTTPS. However the only requests i'm doing are done over …

android http https android-manifest android-network-security-config