<html>
<head>
<base href="https://bugs.webkit.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - JavaScript is not correctly connecting to rest api in iOS 10.3 beta"
href="https://bugs.webkit.org/show_bug.cgi?id=169970#c31">Comment # 31</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - JavaScript is not correctly connecting to rest api in iOS 10.3 beta"
href="https://bugs.webkit.org/show_bug.cgi?id=169970">bug 169970</a>
from <span class="vcard"><a class="email" href="mailto:youennf@gmail.com" title="youenn fablet <youennf@gmail.com>"> <span class="fn">youenn fablet</span></a>
</span></b>
<pre>Can you try setting headers only if not undefined?
Something like:
fetchOptions ={}
if (opt_opts.headers)
fetchOptions.headers = opt_opts.headers</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>