[Webkit-unassigned] [Bug 246529] New: didReceiveServerRedirectForProvisionalNavigation is not called for 307 redirects
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 14 11:55:34 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=246529
Bug ID: 246529
Summary: didReceiveServerRedirectForProvisionalNavigation is
not called for 307 redirects
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit API
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ajuma at chromium.org
CC: achristensen at apple.com, beidson at apple.com,
cdumez at apple.com
WKNavigationDelegate's didReceiveServerRedirectForProvisionalNavigation is not called on 307 redirects. For example, this can be tested on URLs that perform a 307 redirection from http to https, such has http://www.google.com or http://www.cbc.ca.
The missing callback confuses Chrome for iOS's logic for working with navigation items, as we can't easily distinguish a redirect from two consecutive (but otherwise unrelated) navigations.
--
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/20221014/609862eb/attachment.htm>
More information about the webkit-unassigned
mailing list