mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
docs: switch more URLs to https://
Normalize using https:// almost everywhere instead of http:// Closes #19872
This commit is contained in:
parent
a1c01b2015
commit
ab9beda1b3
14 changed files with 99 additions and 97 deletions
|
|
@ -130,7 +130,7 @@ character or string.
|
|||
|
||||
For example, this could look like:
|
||||
|
||||
http://user:password@www.example.com:80/index.html?foo=bar#top
|
||||
https://user:password@www.example.com:80/index.html?foo=bar#top
|
||||
|
||||
## Scheme
|
||||
|
||||
|
|
@ -169,13 +169,13 @@ local network name of the machine on your network or the IP address of the
|
|||
server or machine represented by either an IPv4 or IPv6 address (within
|
||||
brackets). For example:
|
||||
|
||||
http://www.example.com/
|
||||
https://www.example.com/
|
||||
|
||||
http://hostname/
|
||||
https://hostname.example/
|
||||
|
||||
http://192.168.0.1/
|
||||
https://192.168.0.1/
|
||||
|
||||
http://[2001:1890:1112:1::20]/
|
||||
https://[2001:1890:1112:1::20]/
|
||||
|
||||
### "localhost"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue