[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] recursive retrieval of webpage with session cookies
From: |
Ángel González |
Subject: |
Re: [Bug-wget] recursive retrieval of webpage with session cookies |
Date: |
Wed, 28 Nov 2012 22:38:22 +0100 |
User-agent: |
Thunderbird |
On 28/11/12 09:32, Wolfgang Hennerbichler wrote:
> Hello dear wget-fellows,
>
> I'm currently crawling a webpage with wget. this page (stupid enough, I know)
> has different language settings, and although the URLs of the languages are
> different, there are specific buttons on the page that display data dependent
> on
> a session cookie.
> I may be wrong, but It seems that wget doesn't support this kind of recursive
> retrieval, because I just don't see a cookie-file hanging around when
> executing
> the following command:
Maybe those buttons work with javascript?
If the web page works with javascript (and plugins: java, flash,
silverlight...) disabled,
wget should be able to crawl it.
We can hardly test it without $DOMAIN, though.