Forum Discussion
Andre-Germany
Nimbostratus
Nov 12, 2018Forwarding to /owa blocked
I have the following problem:
I have built a rule for Exchange, allowed only the URL https://xxxx.de/owa/*.
For this I have set on "Allowed URL" the entry /owa *.
Now I call the URL https: //xxxx.yyy...
Nov 13, 2018
You could create a LTM policy to redirect requests to "/" to "/owa" or use the iRule below:
when HTTP_REQUEST {
if { ([HTTP::uri] == "/") } {
HTTP::redirect https://[HTTP::host]/owa/
}
}
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