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 request {
return/redirect (but completely transparent to client):
http://xyz.com/URI_2
}
next http request event:
[host::uri] should show --> http://xyz.com/URI_2
- The_Bhattman
Nimbostratus
Hi Elvisc,when HTTP_REQUEST { if { [HTTP::uri] eq "/uri_1" } { HTTP::uri /prefix[HTTP::uri] } }
- elvisc_26948
Nimbostratus
thanks for the quick response... I have tried a few other methods including yours before... which basically replace the uri from LB to the server side. - elvisc_26948
Nimbostratus
Adding another side question to my previous response...
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