Previous Topic: Header Values in Forwards, Redirects, and Results Filters

Next Topic: Dynamic Header Value in a nete:redirect

Dynamic Header Value in a nete:forward

To use a dynamic header value as part of a nete:forward element, simply insert {{HEADER_NAME}} into the URL portion of the forward. For example:

<nete:forward>http://www.company.com/{{RESPONSE1}}$1</nete:forward>

You can use multiple headers in a single nete:forward element. For example:

<nete:forward>http://www.company.com/{{RESPONSE1}}/{{RESPONSE2}}$1
</nete:forward>