- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-17-2018 07:58 AM - last edited on 07-10-2019 07:44 PM by Retired Member
I am trying to figure out a way to automatically get users to my GPCS portal so they can download agent. I have tried setting up the captive portal but that doesnt seem to do more than authenticate my users so i have user-ID info. Would there be a way to do this with URL Filtering or some other mechanism?
Use-Case: User is attempting to visit CNN.com, and is not passing user-ID, then redirect to company.gpcs.com.
08-17-2018 08:16 AM - edited 08-17-2018 08:21 AM
If you do not need the captive portal you could reuse this response page to redirect the user to company.gpcs.com. Simply place these line in the <head> section of the captive portal tesponse page html:
<script> window.location.href = "https://company.gpcs.com"; </script>
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!