B4J Question communication with wget ?

jinyistudio

Well-Known Member
Licensed User
Longtime User
Hi

I try post some data with wget from command line of the raspbian.

I have example from google as following.
wget --post-data="user=user1&pass=pass1&submit=Login" http://domain.com/path/page_need_login.php

I will have a Sockethandle in the B4J to receive the data but I don't know how to modify url address(the bold at the above). :eek:
 

jinyistudio

Well-Known Member
Licensed User
Longtime User
My server port always set 8000 Or 8001
 
Upvote 0
Top