[pmwiki-users] ExportHTML recipe question

Patrick R. Michaud pmichaud at pobox.com
Wed Mar 28 15:40:41 CDT 2007


On Wed, Mar 28, 2007 at 07:55:08PM +0100, SteP wrote:
> Recipe http://www.pmwiki.org/wiki/Cookbook/ExportHTML
> Is it possible to login (AuthUser) into a page using wget with this 
> recipe? I tried wget --http-user=USER --http-passwd=PASSWD but it didn't 
> seem to login.
> I will summarize answers and add them to the cookbook, TIA.

Short answer:   Try  --post-data=authid=USER&authpw=PASSWD

Why:  PmWiki doesn't use HTTP Basic authentication (i.e., --http-user and
--http-passwd), but expects the data to be provided via POST requests.

Pm



More information about the pmwiki-users mailing list