[Webkit-unassigned] [Bug 257298] New: Web Inspector: Network Preserve Log loses 302 redirect to same URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 24 18:11:01 PDT 2023


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

            Bug ID: 257298
           Summary: Web Inspector: Network Preserve Log loses 302 redirect
                    to same URL
           Product: WebKit
           Version: Safari 16
          Hardware: Mac (Apple Silicon)
                OS: macOS 12
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: opendarwin at lapcatsoftware.com
                CC: inspector-bugzilla-changes at group.apple.com

Created attachment 466489

  --> https://bugs.webkit.org/attachment.cgi?id=466489&action=review

Twitter redirect

Steps to reproduce:
1) Open a new Safari private window
2) Open the web inspector to the Network tab
3) Enable Preserve Log
4) Open https://twitter.com/webkit/status/1658940299950039047

Expected Results: The Network log shows the 302 redirect.

Actual Results: The Network log doesn't show the 302 redirect.

Notes: Twitter now requires cookies to be enabled in order to view a tweet. You can see this with curl:

% curl -i 'https://twitter.com/webkit/status/1658940299950039047'
HTTP/2 302 
date: Thu, 25 May 2023 00:59:34 GMT
perf: 7626143928
vary: Accept
server: tsa_b
location: /webkit/status/1658940299950039047
set-cookie: guest_id_marketing=

It tries to set cookies and redirects to the same URL. But the web inspector does not reflect this. It only shows the request with cookies, but doesn't show the initial request without cookies or the 302 redirect. See the attached screenshots, one with a same-URL redirect and one with a regular redirect.

-- 
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/20230525/2c4f7a38/attachment.htm>


More information about the webkit-unassigned mailing list