Ist das möglich? xmlHttp.send({ "test" : "1", "test2" : "2", }); Vielleicht mit: einem Header mit content type: application/json?: xmlHttp.setRequestHeader('Content-Type', 'application/json') Ansonsten kann ich verwenden: xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded')...