Luca Anniciello
Luca Anniciello

Reputation: 1

ipv6 and TidHTTP issue on Android & iOS

we are trying to connect to an ipv6 local server address. This is the code snippet

_st := IdHTTP1.Get('http://[fe80::a6ee:57ff:fe5c:7de6]:8000/reparti');

The issue is the following:

What are we missing?

Thank you for the support

Upvotes: 0

Views: 321

Answers (1)

Michael Hampton
Michael Hampton

Reputation: 10000

The IP address you are attempting to connect to is incomplete. It is missing the mandatory scope ID.

Upvotes: 1

Related Questions