Boscop / web-view

Rust bindings for webview, a tiny cross-platform library to render web-based GUIs for desktop applications
MIT License
1.93k stars 176 forks source link

Intercept web requests #274

Open jocutajar opened 3 years ago

jocutajar commented 3 years ago

Hi, I'd expand on #46 with a request to add intercepting capability to the solution. For me the use case is capturing the OAuth2 redirect and apparently someone else does that. That looks like Java. Can we have that in Rust? Thanks a lot.

jocutajar commented 3 years ago

Similar thing can be achieved with wry - https://github.com/tauri-apps/wry/issues/127