On Thu, 2008-10-30 at 20:07 +0100, jdd for http://tldp.org wrote:
> Hello,
> 
> I try to include (transclude in Moin  language) the relevant part of a
> wiki page in a static shmtl page.
[..]
> If I use the wget line in an xterm, I get
> wget http://wiki.tldp.org/FrontPage?action=content
> Connecting to xxxxxx|IP|:80... connected.
> HTTP request sent, awaiting response... 403 FORBIDDEN
> 14:56:48 ERROR 403: FORBIDDEN.
> 
> what can I do?

Use a fake user agent string

wget -U 'Fake' -O - -nd -nH http://wiki.tldp.org/FrontPage?action=content

Franklin


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to