EDIT : I got it ... as I mentioned earlier "HTTP/1.0" vs "HTTP/1.1" ... 1.0 ignored all the rest of your request, so that why "\r\n" work on first line. With "HTTP/1.1" it need to be at the end ...
EDIT : I got it ... as I mentioned earlier "HTTP/1.0" vs "HTTP/1.1" ... 1.0 ignored all the rest of your request, so that why "\r\n" work on first line. With "HTTP/1.1" it need to be at the end ...