in reply to Getting HTTP POST without webserver??
Philosophically speaking, you need a "web server", but not necessarily something with the full capacity.
If you care socket programming, just write a piece of simple program, listening at port 80 (or whatever), receiving incoming HTTP post request, processing it, and responding to it.
Or use something like LWP.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting HTTP POST without webserver??
by bgi (Sexton) on Nov 14, 2010 at 16:16 UTC | |
by PeterPeiGuo (Hermit) on Nov 14, 2010 at 18:35 UTC |