Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

F5 APM Portal access request timeout

Ahmed_Galal
Cirrostratus
Cirrostratus

Hello, 

i have configure APM webtop policy that porpuse to make client use internal service using portal access.

portal access service contain subservice that call Google analytic while F5 has no internet access so when user try to open this portal access service it takes too much time to open, is anyone has idea how to skip this subservice from portal access on F5?

1 ACCEPTED SOLUTION

You can use Access Control Lists (ACLs) to block access to Google analytics. First, create a new ACL via Access > Access Control Lists > User-defined ACLs. After the create, select the newly created ACL and set Type to L7, set the Scheme to https and use the hostname 'google-analytics.com' or 'www.google-analytics.com'. For the paths an asterisk (*) can be used. Make sure you set the Action to 'Reject'.

Make sure the ACL is first in the 'ACL order'. Go to Access > Access Control Lists > All ACLs and change the ACL order if needed.

Use the Visual Policy Editor (VPE) and edit the Advanced Resource Assing, and add the Static ACL to the already existing Portal Access and Webtop items.

Now the requests from the browser to Google analytics will be rejected immediately and the webpage should load much faster.

View solution in original post

2 REPLIES 2

You can use Access Control Lists (ACLs) to block access to Google analytics. First, create a new ACL via Access > Access Control Lists > User-defined ACLs. After the create, select the newly created ACL and set Type to L7, set the Scheme to https and use the hostname 'google-analytics.com' or 'www.google-analytics.com'. For the paths an asterisk (*) can be used. Make sure you set the Action to 'Reject'.

Make sure the ACL is first in the 'ACL order'. Go to Access > Access Control Lists > All ACLs and change the ACL order if needed.

Use the Visual Policy Editor (VPE) and edit the Advanced Resource Assing, and add the Static ACL to the already existing Portal Access and Webtop items.

Now the requests from the browser to Google analytics will be rejected immediately and the webpage should load much faster.

Great idea, Thank you 🌹