For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

BaltoStar_12467's avatar
Oct 15, 2015

BIG-IP : http profile headers

F5 BIG-IP Virtual Edition v11.4.1 (Build 635.0) LTM on ESXi

 

Can an HTTP Profile add the following header :

 

  1. a custom header that references BIG-IP's internal system variables ?

     

    Request Header Insert = "OriginalURI: [HTTP::uri]"

     

  2. multiple headers

     

Request Header Insert = "X-Forwarded-Proto:[HTTP::proto]; X-Forwarded-Host:[HTTP::host]"

 

NOTE: not sure if [HTTP::proto] or [HTTP::host] are correct names

 

2 Replies

  • I don't believe there's a way to add multiple headers in the Request Header Insert option, but you can definitely use internal system variables:

    FOO:[HTTP::host]
    
  • Adding a header in the Request Header Insert option of the HTTP profile requires a specific format:

    name:value
    

    So in the example, I'm inserting a header named FOO with a value that expands from the [HTTP::host] command. Can you elaborate on what you mean by "internal system variables"?