Forum Discussion
Joshua_Bines_12
Cirrus
Jan 23, 2017EAC Restrict Access does not work for Exchange 2016 via iApp
URL: */ecp/?ExchClientVer=15
does not match
URI Check: /ecp/default.aspx
My testing shows that this allows external access for Admins.
Joshua_Bines_12
Cirrus
Jan 24, 2017Added a new irule, I was hoping to display this page after the user is authenticated via the apm. Any thought's?
Thanks in advance. Josh
priority 899
when HTTP_REQUEST {
switch -glob -- [string tolower [HTTP::path]] {
"/ecp*" {
Respond with a splash page with redirection.
HTTP::respond 200 content {
External ECP Access Disabled
External Exchange Control Pannel (ECP)
We are sorry, for security reasons external ECP access is disabled.
To return click
}
}
}
}
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