Forum Discussion
Allow access to a specific internet URL
Sorry I did not explain correctly ...
The URL https://abc.domain.com/marketplace-app/#/ Must be accessed from both the external and internal networks.
Other URLs can be accessed only from internal network (10.0.0.0/8)
examples:
https://abc.domain.com/lookfeel
https://abc.domain.com/Marketing
help me please!
You can create a VIP that is only used for traffic coming from 10.0.0.0/8 that looks like this:
This VIP will get all traffic from 10.0.0.0/8. Then you'll create another VIP that doesn't specify Source Address, that will handle all other traffic to that IP.
On the VIP that handles all non 10.0.0.0/8 traffic, use this:
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"lookfeel*" -
"Marketing**" {
drop }
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
