mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
Document that HTTP POST is used for loginurl
This commit is contained in:
parent
085ae188f7
commit
a9097bf277
2 changed files with 5 additions and 5 deletions
|
|
@ -148,7 +148,7 @@ Command line option: \fB\-u\fP, \fB\-p\fP
|
|||
\fBloginurl=\fP\fIURL\fP
|
||||
The URL of a login page to be visited before link checking. The page is expected
|
||||
to contain an HTML form to collect credentials and submit them to the address in
|
||||
its action attribute.
|
||||
its action attribute using an HTTP POST request.
|
||||
The name attributes of the input elements of the form and the values to be
|
||||
submitted need to be available (see \fBentry\fP for an explanation of username
|
||||
and password values).
|
||||
|
|
|
|||
|
|
@ -164,10 +164,10 @@ The default file location is <b>~/.linkchecker/linkcheckerrc</b> on Unix,
|
|||
<dt><b>loginurl=</b><i>URL</i></dt>
|
||||
<dd>The URL of a login page to be visited before link checking. The page is
|
||||
expected to contain an HTML form to collect credentials and submit them to
|
||||
the address in its action attribute. The name attributes of the input
|
||||
elements of the form and the values to be submitted need to be available
|
||||
(see <b>entry</b> for an explanation of username and password
|
||||
values).</dd>
|
||||
the address in its action attribute using an HTTP POST request. The name
|
||||
attributes of the input elements of the form and the values to be
|
||||
submitted need to be available (see <b>entry</b> for an explanation of
|
||||
username and password values).</dd>
|
||||
<dt><b>loginuserfield=</b><i>STRING</i></dt>
|
||||
<dd>The name attribute of the username input element. Default:
|
||||
<b>login</b>.</dd>
|
||||
|
|
|
|||
Loading…
Reference in a new issue