(SOL93085358) Known IssueUsing the HTTP::proxy disable command may result in a mangled URI.
This issue occurs when all of the following conditions are met:
The BIG-IP APM access policy is configured for Kerberos authentication.You have configured an iRule that invokes the HTTP::proxy disable command.
For example, the following iRule disables proxy processing for requests containing a Proxy-Authorization header.
when HTTP_PROXY_REQUEST {
log local0. [HTTP::method] [HTTP::uri]
if {[HTTP::header
↧