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

 

  • Should be as easy as this

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