in reply to Re: Getting HTTP POST without webserver??
in thread Getting HTTP POST without webserver??

The hard answer is that you have to setup a server, i.e. a program written by the op, listening on port 80, figure out how to parse HTTP headers, and when it is a POST, do the right thing.

Ahh. I hadn't thought of that.

  • Comment on Re^2: Getting HTTP POST without webserver??