Hotspot with proxy and without auth

Hi,

I need help to understand how to implement the below scenario.

  1. No pre-shared-key and no authentication wifi network
  2. The client must be redirected to “my.url.com
  3. If the client tries to connect to any other URL, it must be redirected to “my.url.com
  4. Some other URLs must be reached to correctly load “my.url.com

For 1) and 2) I’ve tried to use the Hotspot with automatic login, by changing login.html (for auto login) and alogin.html (for the redirect to “my.url.com”).
That didn’t work for all devices:

  • IOS is stuck waiting for a feedback from the user
  • Android works as expected

If I choose to add “my.url.com” to the Walled Garden to avoid autologin, but this way I cannot redirect clients to my url.

For 3) I’ve tried to setup the Transparent Proxy, but it only works fine for wifi networks not configured as Hotspots: I could not have it working using both Hotspot and Transparent Proxy (traffic is not matched).

For 4) I can use Walled Garden and Proxy acces lists

I could not find a way to use Proxy and Hotspot together, is it possible at all? Can you please tell how to use them for my scenario?

Thanks,