Post form data with axios in Node.js

后端 未结 4 1932
一个人的身影
一个人的身影 2021-02-18 15:39

I\'m testing out the Uber API on Postman, and I\'m able to send a request with form data successfully. When I try to translate this request using Node.js and the axios library I

4条回答
  •  闹比i
    闹比i (楼主)
    2021-02-18 16:04

    As for 10 June 2017, axios library does not support posting form data in Node.js. Here is the issue on GitHub - https://github.com/mzabriskie/axios/issues/789

    We had the similar problem and decided to switch to request library.

提交回复
热议问题