Hi,

In proxy_html module, I configured proxyHTMLURLMap value like below

ProxyHTMLURLMap (.*) http://192.168.112.53:8080/${TARGET_SERVER}/$1 RXi

Here i would try to get value of TARGET_SERVER value dynamically from the request structure (recquest_rec *).

How to store value in request_rec ?
Is there any way to get the value from the request_rec and configured dynamically in proxyHTMLURLMap ?

Thanks,
sachin

Reply via email to