Android Question Receive and check data from html add

petr4ppc

Well-Known Member
Licensed User
Longtime User
Dear friends,

using
B4X:
HTTP.Execute(req,1)

I can send html string to second device on some IP address. This is OK.

Now from the second device I am sending similar string to my device and I want receive this similar address and work with the string. For example:
B4X:
http://192.168.10.23:8020/page?id=1

Hoc can I receive this address on my device, please? How can I take IP, port and number of id for this address? Can you give me advice for some tutorial, please?

Best regards,
p4ppc
 
Top