Forum Discussion
F5beginner_3849
Nimbostratus
Mar 18, 2019Select websites which will be authenticated
Hello All,
I have one virtual server and there I have assigned multiple IPs with port 80.
I have created policy which assign website with pool.
I have already creatred Access policy and eve...
Rico
Cirrus
Mar 18, 2019You could always use an iRule to disable authentication on the hostnames you want no authentication on. I believe it should look something like:
when HTTP_REQUEST
{
if {[HTTP::host] eq "www.public.com"}
{
ACCESS::disable
}
}
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