Identify a URL screenshot request as coming from HTML/CSS to Image.
How it works
Set identify_as_hcti to true to add this header to the top-level page request:
X-HCTI-SCREENSHOT: 1
The parameter is available for URL screenshots and defaults to false. The header is not added to page subrequests.
Use it when your application wants to:
Detect screenshot requests at the origin.
Select screenshot-specific content or styling.
Label requests in application logs.
Not an authentication mechanism
The header name and value are public and predictable. Do not use identify_as_hcti by itself to authorize access or bypass security controls. Use a private value with the headers parameter when the origin must authenticate the render.