From 8eb208e73fac98d008f3b3949a5997e66930ae17 Mon Sep 17 00:00:00 2001 From: drighetto Date: Mon, 9 Dec 2024 14:04:14 +0100 Subject: [PATCH] Add note about header --- tab_headers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tab_headers.md b/tab_headers.md index 544a71e..265f4de 100644 --- a/tab_headers.md +++ b/tab_headers.md @@ -9,6 +9,8 @@ tags: headers # Response Headers +💡 The collection of HTTP response security headers mentioned in this section is applicable when the [user agent](https://developer.mozilla.org/en-US/docs/Glossary/User_agent) processing the HTTP response is a browser. The support for these headers by non-browser API clients (user agent), like for example an HTTP client in a programming language, **is not standardized**. So, it requires specific testing to identify if an HTTP response security header is supported or not by such HTTP client. + 🚦 Header lifecycle flow: ![Header lifecycle flow](assets/images/response_headers_header_lifecycle_flow.png)