breautek commented on issue #883: URL: https://github.com/apache/cordova-ios/issues/883#issuecomment-662173636
If you're using schemes, or the ionic webview using schemes, you don't need the `cordova-plugin-ios-xhr`. Schemes workarounds around the CORS issues when dealing with local files. This plugin is for using xhr against your own local `file://` urls. If you're communicating with an external webserver using XHR, the webserver must implement the CORS protocol. ---------------------------------------------------------------- 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]
