Forum Discussion
Forwarding 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/owa everything is okay On the server is a redirect from https://xxxx.de to https://xxxx.de/owa. I call now only https://xxxx.de is blocked accordingly. How can I handle this so that the automatic forwarding on https://xxxx.de/owa works?
1 Reply
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
* 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