Open cschoenecker opened 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
This reason may be https://capacitorjs.com/docs/updating/4-0#optional-remove-nsapptransportsecurity-entry-from-infoplist
Please try to add NSAppTransportSecurity.
Thank's, it works with this instruction :)
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