Does anybody know how to detect in PHP if meta refresh was made to visit our page? I mean, some page have the following html code
<META HTTP-EQUIV='refresh' content='3; URL=http://www.example.com/mypage.php'>
And I want to detect in mypage.php if it was realy that way of redirection.
P.S. website with meta refresh is not my website, so I cannot pass any parameters
P.P.S. I don't know exact URL of the website with meta refresh, it can be anything.
P.P.P.S. I am not interested in origin of redirection, I am interested in the FACT of that redirection.