[Webkit-unassigned] [Bug 272140] New: _WKResourceLoadDelegate is not reporting some resource loads
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 3 23:58:53 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=272140
Bug ID: 272140
Summary: _WKResourceLoadDelegate is not reporting some resource
loads
Product: WebKit
Version: WebKit Nightly Build
Hardware: Mac (Intel)
OS: macOS 14
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit2
Assignee: webkit-unassigned at lists.webkit.org
Reporter: marital_micro0e at icloud.com
CC: kkinnunen at apple.com
_WKResourceLoadDelegate is not reporting some resource loads.
Specific example: https://www.minds.com/newsfeed/1618724122446008336
Works to reproduce:
- log requests reported to the delegate
- load the link and *play* the video (otherwise the HLS manifest doesn't get loaded)
- the site loads https://customer-gh08u53vbkhozibb.cloudflarestream.com/eyJ0eXAiO[...]a-rRiQ/manifest/video.m3u8 (shortened for brevity) - which is the HLS manifest used for the video. This never gets reported to the delegate.
I have confirmed that this request:
- is listed in the Web Inspector
- is indeed made via network (i.e. not loaded from cache) by running Proxyman and examining requests made by the Networking process of the WKWebView
--
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/20240404/49d163e7/attachment.htm>
More information about the webkit-unassigned
mailing list