Forum Discussion
saurabhk_321062
Nimbostratus
Aug 10, 2018Redirecting the URL to other and user cannot see the redirected URL
I need a help in creation of irule to apply on the pool. The irule should redirect the URL to the original URL in the backend. The user should not see the 302 redirect, he should only see the URL and...
Yann_Desmarest
Cirrus
Aug 10, 2018Hi,
I think that the matching rule would be :
when HTTP_REQUEST {
if { ([HTTP::host] eq "abc.xyz.com" ) and ([HTTP::path] starts_with "/proxy.pac") } {
HTTP::header replace Host "abc.xyz.com:4713"
HTTP::path "/files/proxy.pac"
}
}
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
