Axios vs Request

前端 未结 1 1638
刺人心
刺人心 2021-02-20 18:27

I am doing a post request to an URL with some formdata.... I am interested in capturing the \"command\":\"insert\" part which is in the response..

相关标签:
1条回答
  • 2021-02-20 19:08

    This seems to be an issue with axios' handling of POST requests with Content-Type: application/x-www-form-urlencoded. There is an open issue that offers some discussion and possible workarounds in axios' GitHub page.

    0 讨论(0)
提交回复
热议问题