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 path to different iis folders

Hi,

I'm not even sure how to explain this in order to keep it simple (within its complexity).

Is it remotely possible to create paths that do not coincide with the protected server's path? The idea is this: When you request server.domain.com you are showed /folder1 (which is in the /path) and when you request server.domain.com/folder2 you are showed /another_folder on the same server. All this in one WAF Business rule since it would not be possible to use the same domain (server.domain.com) for another WAF business rule.

In Linux using ProxyPass, it would look like this:

ProxyPass /folder2/ server.domain.com/.../

The idea is that both /paths do not coincide. I hope I was concise with the explanation.

Cheers!

 



This thread was automatically locked due to age.
Parents Reply
  • You can serve many different paths from an internal web server using WAF. Use a Business Rule and set up path specific routing for each of the paths you want to forward from the XG to the internal host.

    For example:

    Let's say you have an XG  called XGSERVER,mydomain.com

    You have an internal server named myserver,mydomain.com

    You can do this:

    https://myserver.mydomain.com/TimeSheets/TimeDetail.aspx -- the internal server

    Create a Web Server in the XG called myserver,mydomain.com use the port that your server is hosted on (default 80)

    Then in the XGSERVER create a firewall rule -- Business Application Rule with this specific path routing 

    When it is all configured your clients on the Internet can use this to reach the internal web server

    https://XGSERVER.mydomain.com/TimeSheets/TimeDetail.aspx

     

    You can set up multiple paths under this Business Application Rule one path for every different path you want on that internal server. 

    If you have multiple servers, you can create multiple web servers and use them in different path specific rules for the same domain. 

    I may do a video explaining this, if I never find one. It took me a while to get it to work. 

Children