You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We definitely shouldn't be passing this as an HTTP header, but it looks like it is necessary as a header for a multipart chunk (see the HTML spec, which refers to RFC 2388).
Usually an unnecessary header doesn't hurt. But in my case the browser aborts an xmlhttprequest:
XMLHttpRequest cannot load
.... Request header field content-transfer-encoding is not allowed by Access-Control-Allow-Headers in preflight response.
Apparently Content-Transfer-Encoding is not a valid http header anyways:
stackoverflow
Response I got from the server when the Request method was
OPTIONS
:The text was updated successfully, but these errors were encountered: