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.