Forum Discussion
Pavan_Dhanushka
Sep 23, 2020Altostratus
X-Forward-Proto for HTTP version identifier(1.0/2)
I recently created & applied a HTTP/2 profile to a virtual server and its working successfully. Stakeholder wants to distinguish the connections b/w HTTP1 and HTTP2. And I'm planning to create a iRu...
Pavan_Dhanushka
Sep 29, 2020Altostratus
I came up with below iRule. What do you think on this ?
ltm rule rule-http-protocol-version {
when HTTP_REQUEST {
if { [HTTP2::active] } {
HTTP::header insert Version HTTP/2
} else {
HTTP::header insert Version HTTP
}
}
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