Replies: 2 comments
-
Hey, I think your one is very similar to mine. You can have a look at mine |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, but it's not work-_- |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://a.com send a http request to local server: https://b.local has a CORS error.
see this: WICG/private-network-access#67
Local sever need set the http response header: Access-Control-Allow-Private-Network: true
but i can't configure this local server and webview2 WebResourceResponseReceived event can not change e.Response.
so.. how to make this option to Disabled use WebView2 AdditionalBrowserArguments
or other solutions?
Beta Was this translation helpful? Give feedback.
All reactions