Default Path in Exchange 2010 (Shared VIP)
in aFleX
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
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
0