[Webkit-unassigned] [Bug 140683] New: Provide a way to bypass cache on page load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 20 10:22:15 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140683

            Bug ID: 140683
           Summary: Provide a way to bypass cache on page load
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: iOS
                OS: All
            Status: NEW
          Severity: Enhancement
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stuartmorgan at chromium.org

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150120/4b759c91/attachment-0002.html>


More information about the webkit-unassigned mailing list