cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: capture Dynamic HTML hidden control value

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 29 Apr 2011 22:37:29 +0200 (CEST)

On Fri, 29 Apr 2011, Reginald Baugh wrote:

> I have an issue, at run-time the server creates a view state value that it
> uses for processing the client's request. Can Curl capture this value, store
> it as a variable, then use it to send back to the server?

No. But you can easily write a script that uses curl to retrieve the HTML and
then you extract the value and send it back with a subsequent curl command
line.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
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 2011-04-29