Bug 65097

Summary: reverse proxy ask for mutiple authentication and answer 400 and 401
Product: Apache httpd-2 Reporter: Julie <julie.farkouh>
Component: CoreAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 2.4.37   
Target Milestone: ---   
Hardware: HP   
OS: Linux   
Attachments: error showing report from powerBI on web server with reverse to it even though session was opened from very little time less than 5 sec,in addition for asking credentials multiple times before login

Description Julie 2021-01-21 20:21:30 UTC
Created attachment 37711 [details]
error showing report from powerBI on web server with reverse to it even though session was opened from very little time less than 5 sec,in addition for asking credentials multiple times before login

Dears,
i have apache(2.4.37) set up on cento 8.2 ,i set up a reverse proxy to power BI Reporting server, it require windows authentication...however when i enter the password correctly it ask for it multiple times before login me in, answers shows in console are 400 and 401 ..even though the password is correct 
i have test same configuration on apache 2.4.6 on Centos 7 it shows nothing wrong
i tried adding ProxyPassReverseCookieDomain,removing ProxyPassReverseCookiePath 
same thing 

could u help me with this issue please
i believe it is a bug as apache 2.4.6 on centos 7 showed nothing wrong
reverse proxy configuration is the following

````
ProxyPreserveHost On
ProxyPass /PBIRS/ http://ip:8091/PBIRS/
ProxyPassReverse /PBIRS/ http://ip:8091/PBIRS/
ProxyPassReverseCookiePath /PBIRS/ http://ip:8091/PBIRS/

################################################################
ProxyPreserveHost On
ProxyPass /powerbi/ http://ip:8091/powerbi/
ProxyPassReverse /powerbi/ http://ip:8091/powerbi/
ProxyPassReverseCookiePath /powerbi/ http://ip:8091/powerbi/

````