-1

Let's say we have x.com and y.com

x.com redirects to y.com

while y.com redirects to x.com

will users be redirected forever? or what will happen?

1
  • 1
    Redirections are processed by the client (i.e. the browser). Most modern browsers just give up after some maximum number of redirections (20 or so).
    – StarCat
    Commented May 6, 2021 at 11:39

1 Answer 1

2

You will probably just get the error

Too many redirects

and nothing further will happen.
It's not something I'm ever likely to test empirically.

Not the answer you're looking for? Browse other questions tagged .