From 02403fa1e9084c8af1098dd2126c33d6315eb1e3 Mon Sep 17 00:00:00 2001 From: jlecour Date: Mon, 21 Jun 2021 10:03:00 +0200 Subject: [PATCH] HowtoCacheHTTP: liens vers doc + outil --- HowtoCacheHTTP.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/HowtoCacheHTTP.md b/HowtoCacheHTTP.md index 046e9f30..eb913b8a 100644 --- a/HowtoCacheHTTP.md +++ b/HowtoCacheHTTP.md @@ -2,7 +2,9 @@ # Howto Cache HTTP - +* +* +* Entêtes relatifs au cache HTTP : @@ -33,3 +35,7 @@ Exemple de non-mise en cache en PHP : header("Pragma: no-cache"); header("Cache-Control: no-cache"); ~~~ + +## Tester le comportement du cache + +Cet outil en ligne permet d'interpéter les en-têtes HTTP renvoyées pour une URL : \ No newline at end of file