Left here for archival purposes.

User avatar
By Pram
#11740
dadangluki wrote:You need to send HTTP header first, like this:

HTTP/1.1 200 OK
Connection: close
Content-Length: 48

<html>
<body>
Hallo World
</body>
</html>



I can't get it to work with that though
It only works without: HTTP/1.1 200 OK
Connection: close
Content-Length: 48