mkovatsc / Copper

Copper (Cu) CoAP user-agent (JavaScript implementation)
http://people.inf.ethz.ch/mkovatsc/copper.php
BSD 3-Clause "New" or "Revised" License
94 stars 43 forks source link

URIs with zone index unsupported #18

Closed chrysn closed 8 years ago

chrysn commented 8 years ago

IPv6 link-local addresses can require a zone index that usually indicates the local link the address is valid on; an example would be coap://[fe80::12:34ff:fe56:78ab%tap0]/. With Firefox 45.2.0, entering such an address results in a "The address wasn't understood" error message, and the address bar gets trimmed to a single :.

The behavior can easily be tested on Linux with a local server if you have any fe80: address on a local interface by appending the interface's name to the address; other operating systems could use different zone identifiers.

mkovatsc commented 8 years ago

See #12 It is unsupported by Firefox.

chrysn commented 8 years ago

Sorry for not having looked up the closed bugs.

The underlying firefox issue is being discussed in bugzilla's #700999