You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: