ui.modern.form.[formName].remove-headers
Removes headers for a given form.
Key: ui.modern.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 template.
The parameter name must contain the name of the template for which it applies: ui.modern.form.TEMPLATE_NAME.remove-headers
.
The headers are specified as a comma separated list (white space will be removed for the header names.
Examples
If you have a custom template named foo.ftl
and you wish to remove the header X-BAR
and X-FOO
ui.modern.form.foo.remove-headers=X-BAR,X-FOO