Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

HTTPPost() maximum header length?


asafira Feb 21, 2019 06:25 PM

Hi,

I recently ran into a bug for which I cannot find any good resources about: when sending HTTPPost() requests, it seems like my header is being truncated (or at least that some of it is not being sent). For the server I am sending the request to, it is important to have a "Content-Length" field in the header, and even though this is definitely in the string I constructed for the header, it seems to be missing when I send the request.

Is there a good resource for understanding what is happening behind-the-scenes with HTTPPost()? What might be happening in my case here?

Extra information possibly-important information: this is running on a CR6 datalogger, running OS 9.

Thanks.

Log in or register to post/reply in the forum.