Previous Topic: Dynamic Header Value in a nete:redirect

Next Topic: Response Handling

Dynamic Header Value in a nete:result

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

<nete:result>http://www.company.com/{{HEADER_NAME}}$1</nete:result>

You can use other features of proxy rules, such as filters, in conjunction with a dynamic header value. For example:

<nete:result filter="filter1">http://$1/$2?{{HEADER_NAME}}</nete:result>