NEW 140683
Provide a way to bypass cache on page load
https://bugs.webkit.org/show_bug.cgi?id=140683
Summary Provide a way to bypass cache on page load
Stuart Morgan
Reported 2015-01-20 10:22:15 PST
In order to implement a "request desktop page" feature in an app using WKWebView, there needs to be a way to bypass the cache when requesting a load (so that the request with the desktop UA will get new, desktop resources, rather than using cached resources which may well have been tailored to mobile). This bypass should apply to both the main page, and to any subresource loads. Chromium did this internally with UIWebView by using its own network stack, but since that's not possible in WKWebView a specific solution for this case is necessary. This feature is important to users since there are still many sites that serve limited experiences to mobile users without any kind of escape hatch, so there are tasks that are simply impossible to perform on the web using a mobile device without this feature.
Attachments
Stuart Morgan
Comment 1 2015-01-20 10:24:36 PST
Also filed as rdar://19533833
Note You need to log in before you can comment on or make changes to this bug.