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
I just noticed that headers, or at least the "Content-Type"-header is case-sensitive. If i pass headers: { 'content-type': 'application/json' } i will still get application/octet-stream but if i pass it as PascalCase it works.
Wonderful project, saves lots of time!
The text was updated successfully, but these errors were encountered:
Hello!
I just noticed that headers, or at least the "Content-Type"-header is case-sensitive. If i pass
headers: { 'content-type': 'application/json' }
i will still getapplication/octet-stream
but if i pass it as PascalCase it works.Wonderful project, saves lots of time!
The text was updated successfully, but these errors were encountered: