Forum Discussion
Anush
Nimbostratus
Jun 18, 2019prevent users to access URL using IP
Hi Experts, how do I prevent users to access the URL using IP? If uses access using IP, would like to drop those connections. Thanks
Dario_Garrido
Noctilucent
Jun 18, 2019Try this ->
when HTTP_REQUEST {
if { [HTTP::host] matches_regex "\d+\.\d+\.\d+\.\d+" } {
drop
}
}
KR,
Dario.
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