Why is the error ERR_CLEARTEXT_NOT_PERMITTED with cleartext for the HTTP traffic persistent?
- 阅读更多 关于 Why is the error ERR_CLEARTEXT_NOT_PERMITTED with cleartext for the HTTP traffic persistent?
问题 I'm developing a new app using the Ionic-framework and I'm using the HttpClient module for API requests. The problem is that I've read and tried to apply the solutions on: https://medium.com/@son.rommer/fix-cleartext-traffic-error-in-android-9-pie-2f4e9e2235e6 https://forum.ionicframework.com/t/livereload-err-cleartext-not-permitted/163487 Android 8: Cleartext HTTP traffic not permitted Why am I seeing net::ERR_CLEARTEXT_NOT_PERMITTED errors after upgrading to Cordova Android 8? How to fix