Assuming nodejs with request
request({
url: 'THEURL',
method: 'POST',
gzip: true,
json: true
}, function(e,r,b) {
});
You probably did not get r.statusCode being a 200
Assuming nodejs with request
request({
url: 'THEURL',
method: 'POST',
gzip: true,
json: true
}, function(e,r,b) {
});
You probably did not get r.statusCode being a 200