https://bz.apache.org/bugzilla/show_bug.cgi?id=65097
Bug ID: 65097 Summary: reverse proxy ask for mutiple authentication and answer 400 and 401 Product: Apache httpd-2 Version: 2.4.37 Hardware: HP OS: Linux Status: NEW Severity: normal Priority: P2 Component: Core Assignee: bugs@httpd.apache.org Reporter: julie.fark...@hotmail.com Target Milestone: --- Created attachment 37711 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37711&action=edit 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/ ```` -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org