|
|
|
|
||||||
| comp.unix.shell Using and programming the Unix shell. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
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) |
|
![]() |
| Outils de la discussion | |
|
|