Replies: 1 comment 1 reply
-
Could you just make this call from Go? We are looking to do a pass-through of webview2 flags but that's not a cross platform solution |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I came across a problem with
CORS policy
when trying to send request to an API from front-end (I am not in control of the API). The API link is working find when I paste directly to the browser, or Postman.It failed when I use
JQuery
to do the request:Tried to add many header:
Still it didn't help...
My question is can we somehow disable all the web security using flag
--disable-web-security
some where in Webview2?Beta Was this translation helpful? Give feedback.
All reactions