After requesting
cnn.com, ive got this meta
<meta http-equiv="refresh" content="1800;url=?refresh=1">
Like you see, there is "?refresh=1", which is relative url. Expanded
version is
http://cnn.com/?refresh=1
So as i suppose, youre using webbrowser plugin and it redirects over
and over again? The simplest fix for that would be limiting honored
refreshes to certain time, like "honor refresh only is time is less
than 2 seconds".
Have i understood correctly your issue ?