[Webkit-unassigned] [Bug 176116] 406 Error for XSLT due to ommission of correct/registered MIME type from Accept header

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 30 16:30:02 PDT 2017


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

--- Comment #2 from Andy Schmidt <Andy_Schmidt at HM-Software.com> ---
Did you check the Request headers? In my test, the Accept header that Safari generates explicitly OMITS "application/xslt+xml", and does NOT include a failsafe */* either. 

Consequently, such a request to a server that is configured to Respond with the proper MIME type "application/xslt+xml" will instead return 406 Unacceptable.

FYI 406 Unacceptable is the standards-designated result of failed content-type negotiation. If a client (e.g., Safari) requests an unsuitable MIME Type that cannot be satisfied by the server.

-- 
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/20170830/5872b00b/attachment.html>


More information about the webkit-unassigned mailing list