diff --git a/lib/transports/http.js b/lib/transports/http.js index 7be6873201..5144db8eb3 100644 --- a/lib/transports/http.js +++ b/lib/transports/http.js @@ -46,7 +46,7 @@ HTTPTransport.prototype.handleRequest = function (req) { var buffer = '' , res = req.res , origin = req.headers.origin - , headers = { 'Content-Length': 1 } + , headers = { 'Content-Length': 1, 'Content-Type': 'text/plain; charset=UTF-8' } , self = this; req.on('data', function (data) {