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

Red axios config not working #27

Closed
lanceliamll opened this issue Apr 29, 2020 · 3 comments
Closed

Red axios config not working #27

lanceliamll opened this issue Apr 29, 2020 · 3 comments
Labels
question Further information is requested

Comments

@lanceliamll
Copy link

lanceliamll commented Apr 29, 2020

im currently using axios(CONFIGS_HERE) and suddenly content-type and headers doesnt work.
tried to have a

headers: {
      'Content-Type': 'application/x-www-form-urlencoded',
    },

but it doesnt reflect on my API request. its still "application/json"

Please help.

@developit
Copy link
Owner

Are you using FormData? This seems like it might be the same issue as #28.

@developit developit added the question Further information is requested label May 11, 2020
@developit
Copy link
Owner

Fixed in version 0.3.0.

@lanceliamll
Copy link
Author

Thank you sir!

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

No branches or pull requests

2 participants