This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

WAF - redirect a link on one virtual server to http on another

Currently having a little fun with this.

So, we have a sharepoint server that has various links on its homepage to other internal web servers that have a different function

We set WAF up so that you can get to all servers if you type the FQDN eg

https://sharepoint.mydomain.com will redirect to my sharepoint server (extended site using SSL)

https://mywebserver.mydomain.com will redirect to my webserver (using plain http)

Now, the webserver above is using http and not https but through WAF, it uses https (which is great because I'm not using http over the web)

The problem comes, when I click the link on sharepoint which is http://mywebserver.mydomain.com which I need it to be because I haven't set up SSL and our users need only plain http for this.

Is there a way for WAF to rewrite this link to https://mywebserver.mydomain.com which would work.



This thread was automatically locked due to age.