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
![image](https://user-images.githubusercontent.com/17706457/153176684-844a55a0-90be-49ed-8c26-e540e6e53fa3.png)
or other solutions?
Beta Was this translation helpful? Give feedback.
All reactions