El-Tommy opened a new issue, #1283: URL: https://github.com/apache/cordova-ios/issues/1283
# Bug Report The `https` scheme was defined in the config.xml, along with the hostname `com.example.myapp`, but all requests generated by the app are blocked by CORS because it presents itself as `app://com.example.myapp`. The expected behavior was for it to present itself as `https://com.example.myapp`, as it does on Cordova Android. ``` <preference name="scheme" value="https" /> <preference name="hostname" value="com.example.myapp" /> ``` - Cordova: 11.1.0 - Cordova iOS: 6.2.0 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
