Forum Discussion
AlsDevC
Altocumulus
Jan 30, 2019Proxypass with LTM policy
Hello,
Can we make a proxypass with the ltm policy?
I want to delete a pattern of a URL between the url called by the client and the url received by the server, for example:
Client calls the URL...
Rico
Cirrus
Jan 30, 2019If there is a way to do that in LTM policies, I don't know of it. LTM policies don't typically support that level of granularity, but iRules do. Here is an iRule that I believe will solve your issue.
when HTTP_REQUEST
{
if{[string tolower [HTTP::uri]] starts_with "/env1/index.php"}
{
HTTP::uri "/index.php"
}
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects