When I accessed domain A (http://xxx.xx), it returned 302 and redirected me to domain B (http://yyy.yy) to login.However, when the browser tired to access domain B, domain B returned 302 and redirected me to another 404 page (https://zzz.zz).
But when I directly accessed domain B, everything was fine, and after accessing domain B, when I accessed domain A again, domain A redirected me to domain B, and this time domain B returned 200 instead of 302, then I could see the login page.
Can anyone tell me the reason? I‘m using Chrome.