You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Peter N. Harbo" <pn...@head-cfa.harvard.edu> on 2001/09/17 17:23:40 UTC

wpost available yet?

Is anyone aware of a tool like wget only one that can fabricate forms
using POST method on the fly and send them, so we can invoke struts
applications from the UNIX command-line interactively via wget?



Re: wpost available yet?

Posted by Rogerio Saran <rs...@organox.com.br>.
cURL should be a solution. Take a look at:


	http://curl.haxx.se/

*Saran


"Peter N. Harbo" wrote:
> 
> Is anyone aware of a tool like wget only one that can fabricate forms
> using POST method on the fly and send them, so we can invoke struts
> applications from the UNIX command-line interactively via wget?