From owner-freebsd-questions Mon May 6 9:47: 3 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 4D26C37B401 for ; Mon, 6 May 2002 09:47:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g46Gi6s24068 for ; Mon, 6 May 2002 13:44:07 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 6 May 2002 13:44:06 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Subject: web mirroring tool. Message-ID: <20020506133633.W23860-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I'm looking for a web mirroring tool like wget, but it should be able to mirror forms with a POST method and (optionally) javascript generated pages. I need it to copy a local news site which allows only one session/IP. We are behind a NAT firewall, so it appears as if everybody is coming from the same IP. You log in with a username and password and then you can browse the news, just like the NYT. The form passes the auth data to the auth module via a POST method. I tried with wget, but it doesn't seem to handle POST. Any help would be apreciated. Fer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message