Afficher un message
Vieux 02/11/2006, 05h00   #2
megadave@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: wget & authentication on a .aspx site (crossposted in comp.os.linux.misc)


ttschoellitsch@gmail.com wrote:
> Hello,
>
> I would like to mirror a site that wants authentication on a logon.aspx
> file using a form accepting a combination of username and password.
> I've tried various things with the http options (such as --http-user=
> and --http-password=) and I've tried
> searching for hints on this but so far haven't come up with anything
> conclusive.
>
> Any would be appreciated!
>
> Thomas


the options you are referring to are for use with HTTP authentication
(which manifests as a browser pop-up prompt for user/pass)

If the site is using a form, you'll need to 'submit' the appropriate
data to the form's action (using either GET or POST, depending on what
the action is expecting)

  Réponse avec citation
 
Page generated in 0,04937 seconds with 9 queries