Forum Discussion
oz_109456
Nimbostratus
May 10, 2013restrict access to https url
Need assistance to restrict access to a url which is mapped to an F5 virtual server.
Users are be able to access websites starting with "https://abc.abcxyz.com/csp/update.clsX" where X is any va...
What_Lies_Bene1
Cirrostratus
May 11, 2013This should do it;
when HTTP_REQUEST {
if { not [HTTP::path] starts_with "/csp/update.cls" } {
HTTP::redirect "https://abc.abcxyz.com/csp/update.cls"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects