ui.modern.cache.form.[formName].remove-headers

Removes headers for a given cache template.

Key: ui.modern.cache.form.[formName].remove-headers
Type: List<String>
Can be set in: profile.cfg, collection.cfg

Description

This option can be used to remove HTTP headers for a specific cache template.

The parameter name must contain the name of the template for which it applies: ui.modern.cache.form.TEMPLATE_NAME.remove-headers. The headers are specified as a comma separated list (white space will be removed for the header names.

Default Value

The default is to remove no headers.

Examples

If you have a custom cache template named foo.cache.ftl and you wish to remove the header X-BAR and X-FOO

ui.modern.cache.form.foo.remove-headers=X-BAR,X-FOO