Open
Description
Describe the bug
The docs says exactly the oposite to the correct information
Location
Steps to localize the error:
- Visit https://axios-http.com/es/docs/urlencoded or visit posts/es/urlencoded.md in this repo
- The error is in the first body line
Expected behavior
The default is sending JSON. The message says that you should follow the docs page if you want to send OTHER type than application/x-www-form-urlencoded, hinting that the default is application/x-www-form-urlencoded
Additional context
PR solving the issue: #173