header-name=value
header-name | Specifies an arbitrary header to HTTP responses sent by this listener |
The Response Headers section is optional. It may be used to add arbitrary headers to HTTP responses sent by this listener. For example:
[Response Headers] X-my-header=some string
would cause all responses to include:
X-my-header: some string
See HTTP Strict Transport Security for another example.