I'm trying to use YQL to get the content of a ASP page.
This works. Only I need to send postdata to one ASP page, and have the results displayed by a different ASP page.
Is this possible? When I send the postdata to the first ASP page i get no results.
My query is:
select * from html where url='URL'
and postdata="foo=foo&bar=bar"
Any help is greatly appreciated.