did:web normalization/canonicalization #3287
Replies: 3 comments 1 reply
|
(similar questions also apply to did:plc) |
|
my short take is that percent encoding should not be used in conjunction with the you do raise a good point about DIDs in general, and how to handle percent encoding when it is encountered even when it isn't needed. we could try to kick the can down the road a bit by rejecting percent encoding at the syntax level with the current DID methods, but that is messy and might not be implemented correctly. relatedly, note that DIDs in general are case-sensitive, and hypothetically the "identifier" part should not be normalized to lower-case. |
|
My take on this is that the identifier is the string itself. If the string is different than another string, then it is another identifier. ie. Since they are both syntactically correct, the DID method should specify where percent encoding can actually be used. |
Uh oh!
There was an error while loading. Please reload this page.
Are
did:web:example.comanddid:web:ex%61mple.comthe same DID? Are they both valid DIDs?All reactions