I tried the example program http.bas to retrieve http files. It works within my LAN, but if I request an external URL it does not connect. I think this is because I'm using a proxy server. Should I somehow tell the program to use it? And how?
OK, now I did it in VB using the API calls InternetOpen, InternetOpenUrl and InternetReadFile , and it's OK. In RQ the first 2 seem to work (they return a number) without any change, but InternetReadFile does not. Maybe it needs some adjustmants, but I tried all I could think of but got no results. Has anyone translated it in RQ?