Am looking to by pass url based on value on header , when request coming to apache server will inspect the header and if value = test1
it will rewrite proxy pass url exampel :
www.demo.test.com >> to
www.end.test.com
if the value is null it will by pass the url to
www.null.test.com
what is the best way to test this case