Est-ce possible? xmlHttp.send({ "test" : "1", "test2" : "2", }); Peut-être avec: un en-tête avec content type: application/json?: xmlHttp.setRequestHeader('Content-Type', 'application/json') Sinon je peux utiliser: xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded') puis...