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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to