我是 node.js 的新手,我使用 request 发送 post 请求。但是出现错误!
request({
method: 'POST',
url: config.api + '/index',
body: {
name: "name"
},
json: true
})
throw er; // Unhandled 'error' event
^
Error: Invalid protocol: 127.0.0.1:
Run Code Online (Sandbox Code Playgroud)