Bug 157343

Summary: Web Inspector: xhr content doesn't load
Product: WebKit Reporter: webkit
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bburg, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: All   
OS: OS X 10.11   
Attachments:
Description Flags
content not loading none

Description webkit 2016-05-04 05:39:25 PDT
Created attachment 278082 [details]
content not loading

Using version 3 of the tech preview the content of a XHR response doesn't load anymore. This worked in earlier versions. Other content like images or fonts are rendered correctly.
See the attached screenshot.
Comment 1 Radar WebKit Bug Importer 2016-05-04 05:42:25 PDT
<rdar://problem/26087817>
Comment 2 Joseph Pecoraro 2016-05-04 10:57:58 PDT
Hmm, not must data for us to go off of. Is the website publicly assessable?

Fortunately, I'm guessing this is a duplicate of bug 157248.
https://bugs.webkit.org/show_bug.cgi?id=157248

What was the MIME Type of the XHR response? If the content was JSON / JavaScript, then it would be a duplicate of that bug, which has already been fixed.

If it isn't, then please try to provide a little more information on how this might be reproducible.
Comment 3 webkit 2016-05-04 12:09:46 PDT
I think it's a duplicate of that bug. I tried the nightly and it's working there.
Comment 4 Timothy Hatcher 2016-05-04 16:04:12 PDT
I think Joe meant: https://bugs.webkit.org/show_bug.cgi?id=157162
Comment 5 Timothy Hatcher 2016-05-04 16:04:37 PDT

*** This bug has been marked as a duplicate of bug 157162 ***
Comment 6 Joseph Pecoraro 2016-05-04 19:28:16 PDT
(In reply to comment #5)
> 
> *** This bug has been marked as a duplicate of bug 157162 ***

Oops yes, that was the bug I meant =)
Comment 7 Joseph Pecoraro 2016-05-04 19:28:42 PDT
(In reply to comment #3)
> I think it's a duplicate of that bug. I tried the nightly and it's working
> there.

Thanks for checking!