Is it possible with wget to download script pages with POST method? I mean,

 -----------------------
 POST /path/script.php

 aa=bb&xxx=yyy
 HTTP/1.0
 Host: aaa.bbb.com
 Accept: */*
 User-Agent: Mozilla/4.0
 -----------------------

 Instead of
 -----------------------
 GET /path/script.php?aa=bb&xxx=yyy
 HTTP/1.0
 Host: aaa.bbb.com
 Accept: */*
 User-Agent: Mozilla/4.0
 -----------------------



Reply via email to