Forum Discussion
Mike_59458
Nimbostratus
Dec 15, 2011Exchange 2010 & F5
I have a iRule to block access of OWA from outside of our enviroment using the below code.
when HTTP_REQUEST {
HTTP::enable
if {[string tolower [HTTP::uri]] eq "/owa" } {
...
Michael_Yates
Nimbostratus
Dec 15, 2011Hi Mike,
A 401 is "The requested page needs a username and a password." You could either return a page from the Load Balancer, redirect the traffic to a different location, or change your status code to a 403.
Hope this helps.
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