HTTP Status code = 400
问题 I am currently doing a Rest call with the jasper rest api and I have this response : trailers: {}, readable: false, url: '', method: null, statusCode: 400, client: So this is a bad request Bad request 400 The request had bad syntax or was inherently impossible to be satisfied. And here is my nodejs request with request module : var request = require("request"); request.post({url: "http://localhost:8080/jasperserver/rest/login", qs: {j_username:"jasperadmin", j_password: "jasperadmin"}},