|
|
|
|
|
by ArchOversight
1760 days ago
|
|
> Link local does not work (reliably) in browsers: https://[fe80::1]/ doesn't work on most platforms. 1. You have to specify an interface, since fe80::1 may be in use on more than one link (so that becomes https://[fe80::1%en0]/ for instance), 2. that IP address may not be assigned to any devices on the link-local network. What platforms does it not work on? |
|
Overall, this means that, in practice, WWW on IPv6 does not support link-local addresses. This is especially true given that none of the major browsers support them.