Does anyone know about the browser's policy about multiple HTTP 302 redirections?
Example in steps:
- On domain A user clicks on a link and lands on Domain B
- On domain B he is auto-redirected to domain C
- On domain C he is auto-redirected to domain D which is the final destination
So basically we have 2 auto redirection happening here (B => C and C => D).
It's not a fraud, serving ads or something, there are just 2 apps in between that are doing some additional processing.
So basically my question is, is this something that browsers would block?
Thanks in advance.