Re: browsing passworded pages offline
amb-Uxr6IM1mbv2TY6FTCsQk+9Bc4/[email protected] (Andrew M. Bishop)
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
Dan Jacobson <[email protected]> writes: > One won't have much luck clicking on pages in lasttime > (http://softstools.com/fartz) that are actually passworded > (http://me:pasw-XTZ8/[email protected]/fartz). However I found a way to still > see them. In fact, I am so clever, I have made a bash function about it: > wwwoffle_browse_passworded(){ wwwoffle-ls ${1-lasttime}| > awk '$NF~/@/{print $NF}'|xargs -r -n 1 w3m;} If you are using the option try-without-password = yes (the default) then this should not be a problem. For every URL that has a password and is cached by WWWOFFLE there should be a copy of the same URL that was requested without a password. This means that when you request the non-passworded version of the page it will ask for the password and then show the passworded version (if you gave the correct one). -- Andrew. ---------------------------------------------------------------------- Andrew M. Bishop amb-Uxr6IM1mbv2TY6FTCsQk+9Bc4/[email protected] http://www.gedanken.demon.co.uk/ WWWOFFLE users page: http://www.gedanken.demon.co.uk/wwwoffle/version-2.8/user.html