Dear all,
For an android profile, I try to configure web filter to allow only one web app made of (normally) 3 pages on a device, and I have a problem because of an intermediate dummy page with a random parameter value.
For now, my web filter blocks everything using "*", then I allowed the following pages :
- external.lg.com (domain base, not working at all without this line)
- external.lg.com/my.policy (login screen)
- external.lg.com/export_view (app page)
- external.lg.com/import_view (app page)
The problem is that, between login and app page, I have a hidden page called with the following URL :
external.lg.com/vdesk/c_ses.php?orig_uri=[random]
This page is supposed to redirect me to the app page, but it's blocked by the web filter policies.
After this page was blocked, I can open a new tab and sleect directly my app page in the shortcuts and the page is opened cause the authentication was completed successfully.
Is there any way to avoid this blocked dummy page each time I connect to the app ?
I already tried to set the domain name with a trailing *, not working. I don't know if there's another special character i can use here to allowed an entire domain with only 1 line.
Many thanks for your help.