Hrvoje Niksic wrote: > Wget 1.9 can send POST data.
That slipped past me. :-) Just in case I'm not the only one in that boat...
>From NEWS:
** It is now possible to specify that POST method be used for HTTP
requests. For example, `wget --post-data="id=foo&data=bar" URL' will
send a POST request with the specified contents.
wget --help
<snip>
HTTP options:
<snip>
--post-data=STRING use the POST method; send STRING as the data.
--post-file=FILE use the POST method; send contents of FILE.
<snip>
