Hi @kaul,
I have an expanded HTTP get demo here, although you could remove the http basic auth stuff.
It'd be a good idea to add a:
client.flush();
client.stop();
after your request so you don't leave sockets open.
Thanks,
David
Hi @kaul,
I have an expanded HTTP get demo here, although you could remove the http basic auth stuff.
It'd be a good idea to add a:
client.flush();
client.stop();
after your request so you don't leave sockets open.
Thanks,
David