Forum Discussion
Brendan_Hogan_9
Nimbostratus
Apr 06, 2010Trying to implement Exchange 2010
When testing Outlook Anywhere as well as Active Sync (using using www dot testexchangeconnectivity dot com/) site I receive the following error: "Initial Anonymous HTTP(s) request did not fail but An...
Brendan_Hogan_9
Nimbostratus
Apr 12, 2010Mike,
I changed the default append iRule from from the deployment guide:
when HTTP_REQUEST {
if { not ([HTTP::uri] starts_with "/owa") } {
HTTP::uri /owa[HTTP::uri]
}
}
To
when HTTP_REQUEST {
if { [HTTP::path] equals "/" } {
HTTP::redirect "https://[HTTP::host]/owa"
}
}
and now Outlook Anywhere appears to work correctly.
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