Hello,
I have a strange problem when using httpjob:
where addressgateway= 192.168.1.100, the local IP-address of another device connected to the same wifi-network.
this job always returns with j.ErrorMessage= unsupported URL
What is going wrong?
I have a strange problem when using httpjob:
B4X:
Dim j As HttpJob
j.Initialize("localping", Me)
Dim Data As Map
Data.Initialize
Data.Put("usr", HashUserName)
Data.Put("val", RequestAsString)
LogColor("addressgateway= [" & addressgateway & "]", Colors.Blue)
j.PostMultipart(addressgateway, Data, Null)
where addressgateway= 192.168.1.100, the local IP-address of another device connected to the same wifi-network.
this job always returns with j.ErrorMessage= unsupported URL
What is going wrong?