It's all about the answers!

Ask a question

[closed] Redirect loop issue of reverse proxy server


tong yulong (647) | asked May 20 '15, 11:21 p.m.
JAZZ DEVELOPER
closed Jul 18 '23, 1:10 a.m. by Ralph Schoon (63.3k33646)
 I created a reverse proxy server for JTS by follow:http://www.ibm.com/developerworks/rational/library/08/1014_ramamoorthy/
and https://jazz.net/wiki/bin/view/Main/BasicAuthScenarios,
finally,I can visit my reverse proxy by http://localhost/ccm,it can show the login-box,but when I input the username and the password,click finish,the browser shows:
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
does anybody know how to solve it?


The question has been closed for the following reason: "Problem is not reproducible or outdated" by rschoon Jul 18 '23, 1:10 a.m.

One answer



permanent link
haseeb alam (91) | answered Jul 17 '23, 3:22 p.m.
Check the HTTP headers exchanged between the reverse proxy server and the JTS server. 
Look for any headers that might be causing the redirect loop. Specifically, 
check the Host header to ensure it is set correctly and matches the expected value for the JTS server.
Finally Clear browser cache then check. I have similar issue.