Simple url request / need help please

Just as a side note HTTP requests need to be terminated with \r\n - hence the final println() instruction.

Also you are already connected to the server, so I'd omit /http://192.168.2.254.

You can also look here :wink:

2 Likes