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

_______________________________________________
pmwiki-users mailing list
pmwiki-users@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to