Forum Discussion

Teddy_Brewski's avatar
Teddy_Brewski
Icon for Altostratus rankAltostratus
May 22, 2025
Solved

VMware Horizon app and X-Forwarded-For

Hello, Anyone being able to successfully inject X-Forwarded-For headers with VMware Horizon app? We are using the latest VMware Horizon app (1.5.9) to load balance PCoIP connections to a pair of Se...
  • Injeyan_Kostas's avatar
    May 22, 2025

    As a first step I would say log the request leaving F5 to check if XFF Header is injected or not
    you can use this

    when HTTP_REQUEST_RELEASE 
    {
        foreach aHeader [HTTP::header names] 
        {
            log local0. "HTTP Request Headers: $aHeader: [HTTP::header value $aHeader]"
        }
    }