mirror of https://github.com/winsw/winsw
Fix incorrect quotation marks (#930)
parent
53c31dd2bb
commit
0876513c46
|
@ -260,8 +260,8 @@ SECTION: Environment setup
|
||||||
|
|
||||||
An example for unsecure Basic authentication because the connection is not encrypted:
|
An example for unsecure Basic authentication because the connection is not encrypted:
|
||||||
<download from="http://example.com/some.dat" to="%BASE%\some.dat"
|
<download from="http://example.com/some.dat" to="%BASE%\some.dat"
|
||||||
auth="basic" unsecureAuth=“true”
|
auth="basic" unsecureAuth="true"
|
||||||
username="aUser" password=“aPassw0rd" />
|
username="aUser" password="aPassw0rd" />
|
||||||
|
|
||||||
Secure Basic authentication via HTTPS:
|
Secure Basic authentication via HTTPS:
|
||||||
<download from="https://example.com/some.dat" to="%BASE%\some.dat"
|
<download from="https://example.com/some.dat" to="%BASE%\some.dat"
|
||||||
|
|
Loading…
Reference in New Issue