Why does this code not work ?
The code throws this error:
Without %wlan0 i get:
btw: Code works flawless, if i put the global prefix instead of fe80:
B4X:
Dim job As HttpJob
job.Initialize("jobname", Me)
job.Download("http://[fe80::92A3:DAFF:FE55:EEF1%wlan0]:1113/xyz.htm")
....
The code throws this error:
B4X:
Invalid link: http://[fe80::92A3:DAFF:FE55:EEF1%wlan0]:1113/xyz.htm
ResponseError. Reason: java.net.UnknownHostException: Unable to resolve host "invalid-url": No address associated with hostname, Response:
Without %wlan0 i get:
B4X:
ResponseError. Reason: java.net.ConnectException: Failed to connect to /[fe80::92a3:daff:fe55:eef1]:1113, Response:
btw: Code works flawless, if i put the global prefix instead of fe80: