bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] download that require login/password form submit


From: Voytek Eymont
Subject: Re: [Bug-wget] download that require login/password form submit
Date: Fri, 9 Apr 2010 23:12:19 +1000 (EST)
User-agent: SquirrelMail/1.5.1

<quote who="Micah Cowan">
> Response below
> It looks to me (from the JavaScript) like _action ought to have the
> value "_login" (rather than empty), and _action_login should have the value
> "Login". And be sure that your username is entered as lowercase,
> as it looks like there's JavaScript to massage that.

> Hope that helps,

Micah,

thanks !!!!!!
I'm loging in OK.

on next step I do like:

wget --load-cookies=my-cookies.txt --save-cookies=my-cookies.txt
--keep-session-cookies
http://www.domain.tld/main.htm?_template=advanced&_module=active_list

that fails until I put "" around the http string like so:

wget --load-cookies=my-cookies.txt --save-cookies=my-cookies.txt
--keep-session-cookies
"http://www.domain.tld/main.htm?_template=advanced&_module=active_list";

or should I use some '%' characters ? for & ? or just " " around https
string ?


next question: the resulting file has lots and lots of bumpf like
space.gif galore, etc,

how do I make into text as much as possible, is there a wget function, or ?




-- 
Voytek





reply via email to

[Prev in Thread] Current Thread [Next in Thread]