Is it possible to add UserAgent to YQL?
问题 I'm using cross-domain-ajax in which, YQL is being used. It has this line in it: query = 'select * from html where url="{URL}" and xpath="*"'; so I added user-agent to it like this below: query = 'select * from html where url="{URL}" and xpath="*" and ua="Mozilla/5.0 (Linux; U; Android 4.0.1; ja-jp; Galaxy Nexus Build/ITL41D) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30"'; Now it won't return the value any more :( My main javascript is this: url = 'http:/