Hi All,
I need to make a XML-Firewall policy with dynamic webservices backends with also dynamic destination ports.
So i make a frontend : 192.168.1.1 port 82 adres.
Then on the backend I have to make SSL connections on different ports.
So in our application i can configure Urls like:
http://192.168.1.1:82/proxy.asp?url=https://xxxx.xxx.com:444/webservice/uri/xxx.asmxBut this can also be
http://192.168.1.1:82/proxy.aspurl=https://xxxx.xxx.com:443/webservice/uri/xxx.asmxSo I need to make a XSLT to set the destination URL. I can extract everything behind url= to set as destination and then route the traffic to there but that seems not to work.
When i just use a ssl proxy for one static backend it is work but i like to make something dynamic.
Does Anybody have some example xslt files for dynamic backend routing or tips and tricks how to do this..
Thnx.
Eddie