이 모듈은 '요청 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'