Hi
I noticed that sometimes this query returns "undefined"
Example:
http://query.yahooapis.com/v1/public/yql?q=use%20'http%3A%2F%2Fjavarants.com%2Fyql%2Fjavascript.xml'%20as%20j%3B%20select%20*%20from%20j%20where%20code%3D'response.object%20%3D%20y.rest(%22http%3A%2F%2Fwww.google.com%2F%22).followRedirects(false).get().headers.location%3B'&diagnostics=true
use 'http://javarants.com/yql/javascript.xml' as j; select * from j where code='response.object = y.rest("http://www.google.com/").followRedirects(false).get().headers.location;'
Is threre any way to get direct url, no matter if it use redirect or not?