Forum Discussion
AlsDevC
Jan 30, 2019Altocumulus
Proxypass 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
Jan 30, 2019Cirrus
If 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"
}
}
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