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-configSince 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