GitHub user breautek closed the discussion with a comment: Is there any way to bypass CORS requirement with native `fetch()`, on Android platform?
That would be your best bet yes. I can't vouch for any particular plugin but using the native network stack will not be bound by CORs. There are "other" workarounds like using a proxy, so that the cordova app hits your own server, and the server makes the network request to x, so that you can control the response headers. But then you have to worry about malicious clients abusing your proxy server. So using a plugin that exposes a native HTTP API is likely the safest option. GitHub link: https://github.com/apache/cordova/discussions/504#discussioncomment-11093244 ---- This is an automatically sent email for issues@cordova.apache.org. To unsubscribe, please send an email to: issues-unsubscr...@cordova.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org