curl-users
Re: Error while opening page contain java aaplet
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 8 Aug 2007 09:32:35 +0200 (CEST)
Date: Wed, 8 Aug 2007 09:32:35 +0200 (CEST)
On Wed, 8 Aug 2007, Kjell Ericson wrote:
>> If an html page contains an applet & if I send that url request with curl
>> command, will whatever inside applet get perform?
>
> No. Curl doesn't do any java stuff. The technique to use is to do the same
> requests with curl as your browser (which is what LiveHTTPHeader shows you).
> Most java script doesn't do anything "important" (as encrypt data)
Do note that Palav speaks of java, not javascript.
A browser would download the applet and execute it in its own runtime and that
applet would do whatever it wants. curl will not do that.
You'd probably need to run a network analyzer like wireshark to fully track
what the applet does and then you can repeat that with curl.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-08-08