tauri-apps/wry

Basic HTTP auth and caching

johanmattssonm opened this issue · 0 comments

I would like to load a web app that is behind basic HTTP auth and I need things to be cached
The app has a service worker and caching seems to work well in Chrome but not in wry for some reason.

I tried to intercept https with "with_custom_protocol", but I am not happy with that approach.

I am quite new to wry and Rust in general. My question is is this something you already can do in wry today?
Should I spend time on implementing this for wry with the hope that this can be done with minor edits?

Cheers
Johan