Other unsupported URL

fransvlaarhoven

Active Member
Licensed User
Longtime User
Hello,

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?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…