Redirect Users to GPCS Portal for Agent Download

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Redirect Users to GPCS Portal for Agent Download

L0 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. 

1 REPLY 1

L7 Applicator

@Stephen.Davis

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>
  • 2499 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!