-->
Page 1 of 1

Max HTTP data size?

PostPosted: Wed Dec 16, 2015 10:03 am
by Texton
Hey all,

I am sending a HTTP POST request to my ESP-module. The POST request has its header and then 1024 bytes of data afterwards. Problem is that I only receive 256 of the data bytes in the application?

Is there some kind of data limitation in the arduino port? (When using AT commands the buffers is upto 2048bytes).

Re: Max HTTP data size?

PostPosted: Wed Dec 16, 2015 10:54 am
by martinayotte
Which library are you using ?
Can you provide some detail of your sketch ?

Re: Max HTTP data size?

PostPosted: Thu Dec 17, 2015 3:11 am
by Texton
Thanks for the reply - I found a newie mistake of my own :) ..