31-May-2022 06:55
I'm trying to publish an internal website (xpto.company.local/originalfile.php) but I want to present it to the customer as xpto.company.com/index.php. I can do the URL rewrite (request and response) but i can't figure out how to rewrite the content so that the customer can call xpto.company.com/index.php?option=1 and the LTM forwards it to xpto.company.local/originalfile.php?option=1. I'm also having no luck rewritting the response from the server (payload) on the LTM to change the internal url's to external ones. I've looked into proxypass but all the documentation and examples only talk about folders and not files.
Any help would be appreciated. The LTM is with v13.
Solved! Go to Solution.
01-Jun-2022 04:02
Hi,
You can have some solutions for your requirement, please follow the next link that can guide you :
https://clouddocs.f5.com/training/community/irules/html/class2/module2/lab2.html
Hope it´s help.
01-Jun-2022 04:02
Hi,
You can have some solutions for your requirement, please follow the next link that can guide you :
https://clouddocs.f5.com/training/community/irules/html/class2/module2/lab2.html
Hope it´s help.
03-Jun-2022 00:48
Thanks for the directions @Sebastiansierra . Part of the issue was solved with your link. Much appreciated!