Blockland Forums > Modification Help
Revenge of the TCP object [Solved]
jes00:
--- Quote from: Kalphiter on May 05, 2012, 06:34:37 PM ---Actually that wasn't even the first problem.
%req = "/get/ColorSetMaker_Version.txt?w=1fc5f9ab";
Not a valid request
--- End quote ---
Is this? %req = "GET /get/ColorSetMaker_Version.txt?w=1fc5f9ab HTTP/1.1\r\n";
Port:
--- Quote from: jes00 on May 06, 2012, 06:27:01 AM ---Is this? %req = "GET /get/ColorSetMaker_Version.txt?w=1fc5f9ab HTTP/1.1\r\n";
--- End quote ---
That is a valid request.
jes00:
--- Quote from: Port on May 06, 2012, 06:29:17 AM ---That is a valid request.
--- End quote ---
Now one of the messages boxes comes up saying "Unable to connect to the online version information."
Port:
--- Quote from: jes00 on May 06, 2012, 06:38:08 AM ---Now one of the messages boxes comes up saying "Unable to connect to the online version information."
--- End quote ---
Either Blockland is unable to access the internet, the address "dl-web.dropbox.com:80" is invalid or that server was down at the moment.
Rub:
--- Quote from: Port on May 06, 2012, 06:14:30 AM ---
The highlighted parts won't work together. Request headers were introduced in HTTP/1.1.
--- End quote ---
Whilst it isn't required in the specification, it doesn't hurt to include one, right!?