Open
Description
Describe the feature/enhancement you need
The webview2-unity-plugin (Microsoft.MixedReality.WebView) only exposes a subset of the functionality that's available via CoreWebView2.
Please add WebResourceRequested & WebResourceResponseReceived
The scenario/use case where you would use this feature
I need to override some urls to instead use local resources and avoid CORS policy errors. We are using this solution for other platforms so redoing the original implementation will not happen.
How important is this request to you?
Critical. My app's basic functions wouldn't work without it.
Suggested implementation
No response
What does your app do? Is there a pending deadline for this request?
No response