Options

Default Path in Exchange 2010 (Shared VIP)

Posted by kmcewen@a10networks.com

In the deploymant guide we say that we can not insert the /owa if it has been missed when using a shared vip for exchange services.

As this was a requirement by a customer I have developped the following that worked with a bit of help (thanks all)

when HTTP_REQUEST {
if {[HTTP::uri] equals "/" } {
HTTP::uri /<path>[HTTP::uri]
}
}

This worked a treat <path> in my case equaleed owa
Sign In or Register to comment.