We try to put an image as dataUrl base 64 of 600 Ko. But we always have an error 413.
With this value for n : server.use(restify.bodyParser({maxBodySize: 100000000}));the result is error 413 too.