Is it possible to send data to the server using POST?
Ie) I want to send POST data to url:
http://www.a.com/b?cmd=tt
With POST data:
a=1
b=2
Is it doable and how?
Is it possible to send data to the server using POST?
Ie) I want to send POST data to url:
http://www.a.com/b?cmd=tt
With POST data:
a=1
b=2
Is it doable and how?