Skip to content
New issue

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

fix stringifying form data as json #42

Merged
merged 2 commits into from
Jul 15, 2020
Merged

fix stringifying form data as json #42

merged 2 commits into from
Jul 15, 2020

Conversation

idoshamun
Copy link
Contributor

FormData type is object which caused redaxios to transform it into a string before sending the request.
This made it not possible to send FormData at all through redaxios.

idoshamun added 2 commits July 3, 2020 16:31
FormData type is `object` which caused redaxios to transform it into a string before sending the request.
This made it not possible to send FormData at all through redaxios.
@developit developit merged commit 66e62ad into developit:master Jul 15, 2020
@developit
Copy link
Owner

Thanks for the PR! I'd already merged the other FormData fix (#37), but I merge this to get your test in there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants