Forum Discussion
DushyantSingh_1
Nimbostratus
Mar 10, 2016URL redirect without changing host browser address.
I am trying to achieve proxy redirection where my client want the redirection of site hosted on F5 to another non-F5 hosted site. But the url in client browser should stick to abc.com.
when HTTP...
Daniel_Varela
Employee
Apr 05, 2016Why don't you try to forward the request by using node command?
when HTTP_REQUEST { if { [string tolower [HTTP::host]] contains "abc.com" } { node your_ip your_port } }
This way the HTTP request is not modified but sent to your external VS. You might need to create the node before.
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