I'd like to know how to follow redirects in Appcelerator.
I have an app that makes an XHR request to a webservice, which returns a url.
That url may or may not redirect to another URL.
When I open the URL in a webview, it doesn't not follow redirects.
I've also tried following redirects using HTTPClient, and have had no luck.