cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Help with POST method

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 17 Oct 2006 15:24:03 +0200 (CEST)

On Tue, 17 Oct 2006, Mike Protts wrote:

>> <form name="CallForwardingForm" method="post" action="/members/settings/editCallForwarding.do">

> You might try: curl -F"state=1" -F"Save="
> https://www.sunrocket.com/members/settings/editCallForwarding.do

Yes he could, but it would be wrong. -F is for multipart posts and the <form>
tag he showed us was not.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-10-17