We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to send an image across the network. Can't figure out what isn't working. Headers:
{ 'Content-Type': 'multipart/form-data' }
Content is a FormData Blob object:
https://developer.mozilla.org/en-US/docs/Web/Guide/Using_FormData_Objects
using the request API with
{url: '...', method: 'put', data: blob, headers: {}}
Data seems to get swallowed up and not sent by axios. Body reported by chrome as {}.
This was working with the 'rest' package before I switched over.
Any idea what might be going wrong?
The text was updated successfully, but these errors were encountered:
Sounds like a bug. I will have to investigate.
Sorry, something went wrong.
42fc395
This should be fixed with 0.5.4
No branches or pull requests
Trying to send an image across the network. Can't figure out what isn't working.
Headers:
Content is a FormData Blob object:
using the request API with
Data seems to get swallowed up and not sent by axios. Body reported by chrome as {}.
This was working with the 'rest' package before I switched over.
Any idea what might be going wrong?
The text was updated successfully, but these errors were encountered: