Sets one or more headers in the HTTP response.
{% set_header attributes %}
There are a number of reserved and invalid headers that may not be set using this method - mostly including headers with predefined meanings such as HTTP connection headers, CORS headers, and content and security headers. If you attempt to set an invalid or disallowed HTTP response header, it will simply be ignored rather than outputting an error message.
{% set_title %}
{% set_description %}
{% set_session %}
{% set_timezone %}
{% set_content_type %}
{% set_robots %}
{% set_client %}
{% set_favicon %}
{% set_profile_setting %}
{% set %}
{% set_client_permission %}
{% set_dictionary %}
{% set_cookie %}
{% set_canonical_url %}
{% set_response_code %}
{% set_profile %}
Demonstrates how to set header to refresh.
Set header to refresh
CopyDemonstrates how to set header by reference variable.
Set header by reference variable
Copy