[Webkit-unassigned] [Bug 190354] Web Inspector: CSP request payload on medium.com is unreadable, should be pretty-printed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 8 13:23:52 PDT 2018


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

--- Comment #4 from Joseph Pecoraro <joepeck at webkit.org> ---
The request content view is created as a TextContentView:

    this._requestContentView = new WI.TextContentView(this._resource.requestData || "", this._resource.requestDataContentType);

In particular here the request is a Beacon, with request data. I'm unable to reproduce it in particular, but I can create a test page.

-- 
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/20181008/7c264e72/attachment.html>


More information about the webkit-unassigned mailing list