Forum Discussion
elvisc_26948
Nimbostratus
Jan 06, 2010redirect/return a diff url without client action
Is there a way to return/redirect a different URI back to client but without aborting the session i.e no client action required.
eg:
http:xyz.com/URI_1
http reque...
The_Bhattman
Nimbostratus
Jan 06, 2010Hi Elvisc,
if I understand you correctly you could do the following:
when HTTP_REQUEST {
if { [HTTP::uri] eq "/uri_1" } {
HTTP::uri /prefix[HTTP::uri]
}
}
This would change the URI w/o the client ever seeing the change in the URI
Was this what you were looking for?
Bhattman
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