Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente | |||
informatique:applications:curl [2023/02/10 22:48] – supprimée - modification externe (Unknown date) | informatique:applications:curl [2023/02/10 22:48] (Version actuelle) – ↷ Page déplacée de informatique:linux:applications:curl à informatique:applications:curl Cédric ABONNEL | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
+ | ====== cURL ====== | ||
+ | Pour obtenir l' | ||
+ | <code bash> | ||
+ | $ curl -I https:// | ||
+ | HTTP/1.1 200 OK | ||
+ | Date: Sat, 13 Oct 2018 06:52:24 GMT | ||
+ | Server: Apache/ | ||
+ | Strict-Transport-Security: | ||
+ | Vary: Host, | ||
+ | Last-Modified: | ||
+ | ETag: " | ||
+ | Accept-Ranges: | ||
+ | Content-Length: | ||
+ | X-Content-Type-Options: | ||
+ | X-Frame-Options: | ||
+ | Content-Type: | ||
+ | </ |