currently after the redirect the new url fails dns lookup in avalanche.
Here are my settings.
Client --> Profiles --> HTTP:User
Follow redirects Y
Follow meta refresh redirects Y
--> Proxy
Enable Proxy Client Y
Disable DNS Lookup Y
Problem seems to be the redirect ignores the disable DNS lookup option and so avalanche fails.
case: get url1
proxy server rewrite url1 url2 301
rewrite url2 url3
Avalanche errors on url2.
What do i need to do to enable url2 to also bypass avalanche dns lookup and just pass the uri to the proxy?