31 Aug
2010
31 Aug
'10
8:26 a.m.
On Wed, Aug 25, 2010 at 1:34 AM, G S
OK, well, it turns out that you have to have a slash in front of the name of the item you're trying to GET:
request_stream << "GET " << "/index.html" << " HTTP/1.0\r\n";
Glad we had this time together...
Heh, yeah, standard http header stuff, most servers use a filesystem type structure, as such they need a root slash.