Forum Discussion
brandonaldape_2
Aug 07, 2017Nimbostratus
Dynamic Path-Prepend based on beginning of URL.
I need to be able to path-prepend a dynamic URI based on the beginning of the URL. For example we use:
when HTTP_REQUEST {
if { [HTTP::path] "/" } {
HTTP::redirect "/abc/" }
}
Instead of hard coding /abc/ in there, is there a way to have it pull from the URL? For example the URLs would be http://abc.worldwide.taco.com and http://def.worldwide.taco.com. These would also be the URI/context roots for the applications(abc and def).
Thank you
take the host as string [HTTP::host], split (tcl function: http://wiki.tcl.tk/1499) it on the dot (.) and then use the first part as variable in the redirect.
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