Limited availability
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The HTTP Attribution-Reporting-Eligible
request header indicates that the corresponding response is eligible to register an attribution source or trigger.
This header is never set manually and is instead sent by the browser in response to various HTML element or JavaScript request settings. Depending on the allowed registrations specified in the Attribution-Reporting-Eligible
value, the server is expected to respond with either an Attribution-Reporting-Register-Source
or Attribution-Reporting-Register-Trigger
header to complete the registration of an attribution source or trigger, respectively.
See the Attribution Reporting API for more details.
SyntaxAttribution-Reporting-Eligible: <allowed-registrations>
Directives
<allowed-registrations>
A structured-header dictionary representing the registrations allowed in the corresponding response. Possible keys are:
event-source
An event-based attribution source can be registered.
navigation-source
A navigation-based attribution source can be registered.
trigger
An attribution trigger can be registered.
Every response in a redirect chain can register at most one source or one trigger.
ExamplesAttribution-Reporting-Eligible: trigger
Specifications Browser compatibility See also
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.3