Forum Discussion
lipos_54863
Mar 26, 2012Nimbostratus
Secret HTTP redirection
Hi,
I need to hide HTTP redirection on LTMs using an iRule.
Here's my simple example:
when HTTP_REQUEST {
if { [HTTP::uri] starts_with "/test"} {
HTTP::r...
lipos_54863
Mar 26, 2012Nimbostratus
Posted By Brian on 03/26/2012 07:39 AM
You can change a users path so that the server gets a different request than the user originally sent, but this only works for servers behind your LTM...a redirect is just that, a redirection. I don't know of any way to do this.
You mean using HTTP::uri?
I agree that redirection is the normal way to do it but I'm forced to investigate solving my problem without affecting the solution and how described above.
Any ideas are welcome!
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