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