I need to access the Krist server with port 8080, but doing it the usual way (protocol://address:port) returns nil for a response.
(If your wondering why I'm using 2 web servers, I can't pipe Krist through apache2, but nginx supports upstreams and socket files, so Krist is running on that)
This is the code in question:
local resp = http.get("http://192.168.1.104:8080")
The resp variable is nil, when it should send a HTML page since I'm using no APIs.How would I accomplish getting data from port 8080?
Edited by Haddock, 26 November 2016 - 02:01 AM.












