Forum Discussion
rohitbarolia_28
Nimbostratus
Feb 15, 2019Understanding Memory usage in LTM and GTM
We have two f5 box (Ltm & Gtm) both are running version 11.5.3. As per one of the document "In BIG-IP 10.x - 11.5.4, the Configuration utility tmsh report memory allocated to buffers and caches as us...
You need to specify a fully qualified URL in redirects in this situation. Else, the browser interprets the Location in the redirects as local and appends it to the current host. Can you try this?
when HTTP_REQUEST {
switch [string tolower [HTTP::host]] {
"abc.com" -
"www.abc.com" {
Request to abc.com or www.abc.com. Check for URI of /enroll
if {[HTTP::uri] equals "/enroll"}{
HTTP::redirect "http://www.xyz.com/test/enrollment/home.aspx"
}
}
}
}
Aaron
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