I am using the following command:
print(h.request([[http://www.amved.com/milindsweb/tableDB.html]]))
But all I get is this:
<!-- pageok -->
<!-- managed by puppet -->
<html>
<pre>pageok</pre>
</html>
200 table: 0092BD00 HTTP/1.1 200 OK
But the page as seen on a web browser has totally different content. How can I retrieve this page using http.request?
Thanks.