diff --git a/index.bs b/index.bs index 96ef235..e057fa4 100644 --- a/index.bs +++ b/index.bs @@ -275,6 +275,40 @@ To set the `Sec-Fetch-User` header for a [= +The `Sec-Fetch-Agent` HTTP Request Header {#sec-fetch-agent-header} +------------------------------------------------------------------ + +The `Sec-Fetch-Agent` HTTP request header exposes whether or not a +request was initiated by an automated agent operating within the user's browsing context. It is a +[=Structured Field=] whose value is a [=structured field/boolean=]. [[!RFC9651]] Its ABNF is: + +
+Sec-Fetch-Agent = sf-boolean ++ +Note: The header is delivered only when its value is true. Unlike `Sec-Fetch-User`, this header +should be delivered for all request types when its value is `true`. The header indicates that +while the request originates from the user's authenticated browsing context, it is being triggered +by an automated agent. + +