2023-01-02 15:51:48 +03:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 01:12:03 +03:00
|
|
|
SPDX-License-Identifier: curl
|
2020-11-03 01:17:01 +03:00
|
|
|
Long: hsts
|
|
|
|
Arg: <file name>
|
|
|
|
Protocols: HTTPS
|
|
|
|
Help: Enable HSTS with this cache file
|
|
|
|
Added: 7.74.0
|
|
|
|
Category: http
|
2021-08-31 17:37:14 +03:00
|
|
|
Example: --hsts cache.txt $URL
|
2021-11-15 17:58:20 +03:00
|
|
|
See-also: proto
|
2022-10-18 11:39:43 +03:00
|
|
|
Multi: append
|
2020-11-03 01:17:01 +03:00
|
|
|
---
|
|
|
|
This option enables HSTS for the transfer. If the file name points to an
|
|
|
|
existing HSTS cache file, that will be used. After a completed transfer, the
|
|
|
|
cache will be saved to the file name again if it has been modified.
|
|
|
|
|
2023-01-08 12:29:18 +03:00
|
|
|
If curl is told to use HTTP:// for a transfer involving a host name that
|
|
|
|
exists in the HSTS cache, it upgrades the transfer to use HTTPS. Each HSTS
|
|
|
|
cache entry has an individual life time after which the upgrade is no longer
|
|
|
|
performed.
|
|
|
|
|
2020-11-03 01:17:01 +03:00
|
|
|
Specify a "" file name (zero length) to avoid loading/saving and make curl
|
|
|
|
just handle HSTS in memory.
|
|
|
|
|
|
|
|
If this option is used several times, curl will load contents from all the
|
|
|
|
files but the last one will be used for saving.
|