WebView with CORS security disabled

Can we have a webview having :

  1. No CORS security
  2. Load HTML and Send cookie header using fetch/axios in javascript

Since sending “cookie header” in request using axios is disabled by default, but can we make it happen ?

or atleast can we have a webview with no CORS error

1 Like