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

puluck's avatar
puluck
Icon for Cirrus rankCirrus
Jun 16, 2015

Inserting HTTP header

Hi All,

 

I need to insert HTTP::header on response to client from F5.

 

Could you please suggest iRule to insert header X-HTTP/2 in HTTP response from F5 to client.

 

Thanks

 

1 Reply

  • Should be as easy as this

    when HTTP_RESPONSE {
        HTTP::header insert name "X-HTTP/2" value "Whatever Value"
    }