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...
bauhaus_8401
Nimbostratus
Jul 02, 2010In case anyone else comes across this, here's the problem. Clicking on the "options" link in OWA sends you to a link that does not include /owa in the uri. Instead, it directs you to /ecp/?rfr=owa. The owa append iRule in the current deployment guide does not account for this. It will append /owa and break the link.
Here's the iRule I settled on, so far so good.
when HTTP_REQUEST {
if { ([HTTP::uri] equals "/") } {
HTTP::uri /owa[HTTP::uri]
}
}
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