Forum Discussion
Aug 04, 2015
BIG-IP : http profile : insert multiple headers
 F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi 
 Via the web-admin, I can create/edit an   http profile   and set this field :  
   Request Header Insert = "X-Forwarded-Proto:http"   
 B...
Brad_Parker
Cirrus
Aug 04, 2015You must use an iRule to insert more than one I believe. To do it with an iRule you can do something simple like this:
when HTTP_REQUEST {
    HTTP::header insert [list X-Forwarded-Proto http header2 value2 headerN valueN]
}
Kevin_Davies
Nacreous
Sep 06, 2018Try a semicolon as a seperator
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