โมดูลนี้คือ 'ขอhttps://github.com/mikeal/request
ฉันคิดว่าฉันทำตามทุกขั้นตอน แต่ฉันพลาดการโต้แย้ง ..
var request = require('request');
request.post({
url: 'http://localhost/test2.php',
body: "mes=heydude"
}, function(error, response, body){
console.log(body);
});
ในอีกด้านหนึ่งฉันมี
echo $_POST['mes'];
และฉันรู้ว่า php ไม่ผิด ...
http.request
โดยตรง? ฉันรู้สึกว่าร่างกายไม่ได้จับคู่กับพารามิเตอร์คิวรีสตริงแบบนั้น ลองurl: 'http://localhost/test2.php?mes=heydude'