Page 1 of 1

require("socket.http")

Posted: Wed Jul 08, 2009 1:18 am
by Sparx
Just tried a "require("socket.http")" to retrieve a serverlist...

Looking up the page itself is no problem... But getting it via Löve: no chance while sitting behind the University Proxy...

Is there anything I can do to avoid this?

Re: require("socket.http")

Posted: Wed Jul 08, 2009 6:50 am
by bartbes
Using the require function you can pass a proxy, you might have seen you can pass a table with information, well one of the things you can tell it is the proxy.

Re: require("socket.http")

Posted: Wed Jul 08, 2009 1:25 pm
by Sparx
Sorry I don't get what you are writing...

Re: require("socket.http")

Posted: Wed Jul 08, 2009 1:57 pm
by bartbes