Web_HVAC uses post method to send data to web server. Check out \demo\web_hvac\web pages\hvac_input.html. The corresponding cgi routin is "cgi_hvac_output" in cgi_hvac.c.
I want to send an HTTP POST request from my device to a web server somewhere on the internet... so I can post information gathered by my device to a central server somewhere.