I am currently creating a small HTTP server that returns a static page Hello!... I tried with sockets with Java:
Hello!
public sta
You need the correct line separators (\r\n) between each line output. It is not enough to just concatenate them - which you can see if you print the response out.
\r\n