Hello.
Can I somehow setup Azure AD Application Proxy to set X-Forwarded-Host containing the front end address?
Currently it sends only
'HTTP_X_MS_PROXY' => 'AzureAD-Application-Proxy'
'HTTP_X_FORWARDED_FOR' => '213.175.46.66'
in php notation
Our application should work on premise with backend address and outside with proxy address.