cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: How to capture data generated by java applet?

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 14 Mar 2005 14:36:20 +0100 (CET)

On Mon, 14 Mar 2005, Sagar Saibi wrote:

> I want to capture data from a
> link."http://lsc.state.oh.us/synopses/confsyn125.nsf/All%20Bills?OpenView"
> A java aaplet is running on this webpage which generates data.
> Is it possible to capture this data using curl?

If the applet speaks HTTP (or any other protocol curl can speak) then yes. You
need to snoop on the network traffic to figure out what it does and then try
to repeat that with curl.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2005-03-14