Forum Discussion
Jan_V_48538
Nimbostratus
Sep 28, 2009how to set https header?
In our production environment, the client uses ssl for the authorize_new request. Because we are handling ssl on the load balancer, the application does not know that the protocol is https instead of...
hoolio
Cirrostratus
Dec 15, 2009Hi Peter,
I think you can only remove or insert one header using the HTTP profile. You can use an iRule to handle more than one header insert or removal:
http://devcentral.f5.com/wiki/default.aspx/iRules/http__header
HTTP::header insert ["lws"] [ ]+
when HTTP::request {
Insert multiple headers in one command
HTTP::header insert header_1 value_1 header_2 value_2
Insert a third header in a separate command
HTTP::header insert header_3 value_3
Remove all headers with this name (only supports one header name per invocation)
HTTP::header remove header_1
}
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