cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl, javascript, and form submission

From: Kjell Ericson <Kjell.Ericson_at_haxx.se>
Date: Sat, 7 Nov 2009 16:58:32 +0100 (CET)

On Fri, 6 Nov 2009, kap4lin wrote:

> Now one thing I could not figure out: how do I fetch this content
> data? That is GET instead of POST... I want to check whether enable=0
> or enable=1... And then toggle it.

Read this: http://curl.haxx.se/docs/httpscripting.html

If you want to toggle parameters, then you just need to do that in your
program. Curl doesn't help you to "check" parameters, it will help you "set"
the parameters when requesting a page.

  // Kjell
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-11-07