[Webkit-unassigned] [Bug 175597] XMLHttpequest should do content sniffing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 15 15:34:57 PDT 2017


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

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |beidson at apple.com

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
I think that the first question to answer is why this resource is served with different response headers to Safari than to curl. You can try adding request headers from Safari to curl until it matches.

Checking with telnet, a very minimal request gets the header too.

Without actually looking at it, my guess is that CFNetwork decodes the response for us, and removes the header before WebKit gets to see it.

-- 
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/20170815/4d8fd63e/attachment-0001.html>


More information about the webkit-unassigned mailing list