Forum Discussion
pv7804_120602
Nimbostratus
Apr 23, 2013HEADER 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
Employee
Apr 23, 2013Something like this:
when HTTP_REQUEST {
if { [HTTP::header exists "origin-scheme" } {
HTTP::header remove "origin-scheme"
}
HTTP::header insert "origin-scheme" "my-value"
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
