"V. Alex Brennen" <vab at cryptnet.net> writes: > + sprintf( request, "Content-Length: %u\n\n", I think this is still not quite correct, it should be "\r\n\r\n" instead of "\n\n" (unless this translation already occurs somewhere).