Forum Discussion
Pavan_Dhanushka
Jan 12, 2021Altostratus
err_http2_protocol_error
One of my client getting subjected error(err_http2_protocol_error) intermittently but When I surfed on internet and I see like this error most related chrome browser. But I couldn't find any F5 artic...
Torti
May 04, 2023Altostratus
If Im right, I changed reset actions to reject actions
# old
switch -glob [string tolower [HTTP::path]] {
"/path*" {
reset
}
}
# new
switch -glob [string tolower [HTTP::path]] {
"/path*" {
reject
}
}
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