Re: [whatwg/url] A '@' character in the host part of file URLs (Issue #805)

Right, opaque hosts don't do percent-decoding and don't have IDNA either. So A is what I would expect if we make that change.

And if we don't want them to contain literal spaces we'd have to percent-encode those as in C. (B doesn't seem great, but in theory we could have a file opaque host or expand the value space of opaque hosts I suppose.)

They could still be percent-decoded down the line of course depending on the protocol in use.

@catmanjan Why can WebDAV deal with %40 but not %20?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/805#issuecomment-2513954460
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/805/2513954460@github.com>

Received on Tuesday, 3 December 2024 09:15:34 UTC