Hi,
I use a chart policy :
proxy request ---> list lookup check (with check "request.url" of : http://www.google.fr, http://www.dell.fr ...) - if YES ---> USE session.gateway = 192.168.1.x
- if NO ---> USE session.gateway = 192.168.1.y
It works very well apart url as : http://www.mail.example.com:3000 ( error 504 bad gateway). I supposed wingate doesn't check the port ":3000", thats why it doesn't work.
How I can fix it?
thank you