In Tauri's Wry, how can I intercept the network calls made from inside the webview?

248 Views Asked by At

I want to read the HTTP network calls that are made while user is inside the webview. How can I do this in Tauri?

1

There are 1 best solutions below

1
On

As of writing, you can't.

I opened up an issue for this awhile ago: https://github.com/tauri-apps/tauri/issues/4899 . It appears to be a tricky thing to implement, since not all webviews implement support for it.