Two things:
- You should use
printlninstead ofprintto print your entries to separate lines. - HTTP request should end in a blank line (link). So add
pw.println("");
Two things:
println instead of print to print your entries to separate lines.pw.println("");