Forum Discussion

amminds's avatar
amminds
Icon for Nimbostratus rankNimbostratus
Jul 29, 2024

Host URL rewrite with different hostname and static URI

I am new to F5 and been asked to implement reverse proxy function. with following setup

 

xyz.com - outside

zxy.com - outside

 

inside map it to 

xyz.com -> change to abc.com/site1/login

zxy.com -> change to abc.com/site2/login

 

user browser shows xyz.com/login  

 

need assistance to achieve the result

 

1 Reply

  • I don't believe this would work because you would constantly be sent back to HTTP path "/site1/login" or "/site2/login" depending on what you HTTP host is. Now you could do something where you check the HTTP path or uri and add "/site1/" or "/site2" to the beginning of the path and if you receive just "/" then send them to the login page. Is your intent to have "/site1/" and "/site2" added to the beginning of their respective path or uri?