WAF Request Redirection

Any documentation on this feature. In particular I'm looking for wildcard support.

Parents
  • Hi,

    the official documentation is delivered with the GA release.

    I try to explain the feature with an example. One of the main use cases would be an Exchange setup where users
    just want to enter http://mymail.local and are redirected automatically to https://mymail.local/owa.

    The setup would be the following:

    Virtual Webserver:
     * name: Mail
     * domain: mymail.local
     * HTTPS with HTTP redirect
     * port 443
     * no real webserver configured !!!

    Site Path Routing:
     * name: /owa
     * virutal webserver: Mail
     * path: /owa
     * real webservers: your_backend_server

    Request Redirection:
     * name: / to /owa
     * source virtual webserver: Mail
     * source path: /
     * target host: mymail.local
     * target path: /owa
     * target protocol: Encrypted (HTTPS)
     * target port: 443
     * response code: Moved Permanently (301)


    In general, it's not possible to use wildcards but maybe you explain your use case.

    Best,
     Sabine

  • Thank you for the reply. That was what I expected. I was hoping for wildcard/regex as that would solve a significant problem for me.

Reply Children
No Data