----- Original Message ----- From: "Greg 'Cosmo' Haun" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, September 11, 2002 4:30 PM Subject: HTTP post task
> I've used the Get task to perform an HTTP GET and I've used the Telnet task > to perform an HTTP POST (ignoring the return), but how do I do an HTTP POST > and capture the returned document? > > Is there a Post task around? I couln't find one. > if you get ant's CVS there is an http post task <httppost> in proposals/sandbox/httptasks. It isnt in the main core as I encountered so many issues with the base java http client stuff that I'm holding it back until someone moves it up to use the jakarta-commons httpclient code -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
