Quote Originally Posted by squidge View Post
A web browser would download the redirect message and then goto the address indicated in the redirect. I don't think the demo projects support such requests. A redirection can be detected by looking for a http response code 3xx.
Yes that's what I'm doing now, looking for "<title>301 Moved Permanently</title>".
Thanks.