Files
varlog/_cache/articles/2cf73f06-2734-4a76-95fa-a9493356b6e2.json
T
2026-05-15 10:37:48 +02:00

1 line
905 B
JSON

{"uuid":"2cf73f06-2734-4a76-95fa-a9493356b6e2","slug":"curl","title":"cURL","author":"cedric@abonnel.fr","published":true,"published_at":"2023-02-10 22:48:29","created_at":"2023-02-10 22:48:29","updated_at":"2023-02-10 22:48:29","revisions":[],"cover":"","files_meta":[],"external_links":[],"seo_title":"","seo_description":"","og_image":"","category":"Informatique","content":"# cURL\n\nPour obtenir l'en-tête HTTP d'une page : `curl -I [url]`\n```bash\n$ curl -I https://www.burgertech.fr/burgerTech.xml\nHTTP/1.1 200 OK\nDate: Sat, 13 Oct 2018 06:52:24 GMT\nServer: Apache/2.4.10\nStrict-Transport-Security: max-age=15768000\nVary: Host,Accept-Encoding\nLast-Modified: Sat, 13 Oct 2018 03:14:14 GMT\nETag: \"138c4-5781399482f6a\"\nAccept-Ranges: bytes\nContent-Length: 80068\nX-Content-Type-Options: nosniff\nX-Frame-Options: sameorigin\nContent-Type: application/xml\n```","featured":false,"tags":[]}