GitHub user breautek closed the discussion with a comment: How can I pass CORS 
session cookies in cordova ios without using cordova-plugin-webview-proxy ?

All browser requests will be subjected to CORs. There isn't a way to disable it.

So you either need to implement the CORs protocol on the server-side (e.g. the 
`OPTIONS` request and the `Access-Control` headers)

Or do not use browser fetch/xmlhttprequest APIs and instead use a cordova 
plugin that does HTTP requests using the native APIs.

GitHub link: 
https://github.com/apache/cordova/discussions/405#discussioncomment-10098283

----
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

Reply via email to