developit/redaxios

Red axios config not working

lanceliamll opened this issue · 3 comments

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.

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

Fixed in version 0.3.0.

Thank you sir!