Actually its another stack overflow problem but in the dynamic file generator this time. Thank you for your help. I have everything logged so... more work to do. My wife's real happy about that.
I just retried POST on a WinXP machine (Opera), but with nil results. I put a sniffer on the connection, so I could see exactly what was being sent. Here it is:
It looks like the Content-Type and Content-Length lines are swapped between the two. I suspect you might be counting characters right after Content-Length instead of after the blank line. Right?
@Phil It's kinda' weird. Opera causes an error when sending a post. So, the header request is never processed. It looks like the request is empty, 0 bytes but the page eventually renders. It must have something to so with my HttpRequest object or timeout logic.
To find the body, I'm looking for a \n\n or \r\n\r\n
Comments
Oops!!
http://forums.parallax.com/showthread.php?128600-AJAX-Spinneret-LED-Demo-and-IP-Camera
I just retried POST on a WinXP machine (Opera), but with nil results. I put a sniffer on the connection, so I could see exactly what was being sent. Here it is:
Firefox works fine. Here's what it sent:
It looks like the Content-Type and Content-Length lines are swapped between the two. I suspect you might be counting characters right after Content-Length instead of after the blank line. Right?
-Phil
To find the body, I'm looking for a \n\n or \r\n\r\n
-Phil