Forum Discussion
pv7804_120602
Apr 23, 2013Nimbostratus
HEADER INSERT iRule
Hi Guys,
I'm new to the topic of iRules and would like some help with writing up an iRule that can do the following:
F5 LTM should insert header as follows:
-- F5 checks to see ...
Kevin_Stewart
Apr 23, 2013Employee
Something like this:
when HTTP_REQUEST {
if { [HTTP::header exists "origin-scheme" } {
HTTP::header remove "origin-scheme"
}
HTTP::header insert "origin-scheme" "my-value"
}
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