You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/12/16 14:33:39 UTC

[GitHub] [cordova-plugin-whitelist] dddpoka commented on issue #43: Network Error cordova android@8.0.0[bug]

dddpoka commented on issue #43:
URL: https://github.com/apache/cordova-plugin-whitelist/issues/43#issuecomment-746385678


   Following solution worked for me-
   
   goto resources/android/xml/network_security_config.xml Change it to-
   
   <?xml version="1.0" encoding="utf-8"?>
   <network-security-config>
       <domain-config cleartextTrafficPermitted="true">
           <domain includeSubdomains="true">localhost</domain>
           <domain includeSubdomains="true">api.example.com(to be adjusted)</domain>
       </domain-config>
   </network-security-config>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org