Forum Discussion
JeffA55_350183
Nimbostratus
8 years agoIrule redirection
Have a question about redirecting (IRULE)
https://abc-beta.com/api1
need to be re-written as
https://abc-beta.com:7070/api1
Where api1 is any web instance and there will be multiple sites per ...
Lee_Sutcliffe
Nacreous
8 years agoHi Jeff,
You shouldn't need to specify the port if the pool is configured on that port. F5 is a full TCP proxy so will do the port translation for you. For the redirect do you want users to access the /api1 URI to be directed towards the TCP/7070 pool? Likewise if /api2, directed towards another pool?