Quote Originally Posted by amgen View Post
hi,
Try to figure what would be the correct 'Content-Length: ' and/or send at least that many serial bytes in 'Content-Length:???'.
and please share technical info of successes and failures.
Will do. One additional question. Why don't you have this line of code:
Code:
"HTTP/1.0 200 OK",13,"Content-Length: 800 ",13,13
written like this:
Code:
"<HTTP/1.0 200 OK",13,"Content-Length: 800>",13,13