weixin_33739646 2017-02-13 20:16 采纳率: 0%
浏览 72

axios.post(axiosjs)的问题

When I make an axios.post("test.php",{name:"abc"}) request on my local dev server, I can access the data using $_POST in test.php file but I can't do the same on my live server. I haven't made any changes in the headers in any of the server.

Can anyone think of what could it be? Tried and tested lot of things but no joy.

Thanks

  • 写回答

0条回答 默认 最新

    报告相同问题?