capacitor-community / http

Community plugin for native HTTP
MIT License
208 stars 136 forks source link

Capacitor 4 : Http urls not working (only https) #278

Open cschoenecker opened 2 years ago

cschoenecker commented 2 years ago

Since the migration to Capacitor 4 and version 2.0.0-0 of the http plugin, I can no longer fetch http urls, only https addresses are functional

rdlabo commented 2 years ago

This reason may be https://capacitorjs.com/docs/updating/4-0#optional-remove-nsapptransportsecurity-entry-from-infoplist

Please try to add NSAppTransportSecurity.

cschoenecker commented 2 years ago

Thank's, it works with this instruction :)