Forum Discussion
siru_129409
Nov 27, 2015Nimbostratus
iRule help
Hi
Can anyone help me to create an iRule.
My scenario is as following ,
Users from outside (internet) will access the url https://mail.company.com/archive for accessing their archived/old emails. bu...
eneR
Nov 27, 2015Cirrostratus
I would do it this way:
when HTTP_REQUEST {
if {[string tolower [HTTP::uri]] starts_with "/archive"} {
HTTP::header replace "Host" "mycompany.archivemail.com"
pool archive-pool
}
}
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