Hi all,
I have a URL e.g. http://www.test.com that contains a meta redirect as follows:
However, - (void)connectionDidFinishLoading:(NSURLConnection *)connection just returns the initial data from the first URL.
Is it now my responsibility to parse the returned HTML file and pull out the meta url attribute and call NSURLConnection again? Or is there a better way?
How secure is this approach?
It would probably be better to just use an alternative redirection method, but for now, this is the only one open to me...