[Webkit-unassigned] [Bug 169970] JavaScript is not correctly connecting to rest api in iOS 10.3 beta

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 26 14:47:32 PDT 2017


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

--- Comment #31 from youenn fablet <youennf at gmail.com> ---
Can you try setting headers only if not undefined?
Something like:
fetchOptions ={}
if (opt_opts.headers)
    fetchOptions.headers = opt_opts.headers

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170326/426ae2de/attachment.html>


More information about the webkit-unassigned mailing list