LedgerDomain / did-webplus

did:webplus DID method
MIT License
6 stars 1 forks source link

Consider supporting HTTP and non-privileged ports for "localhost" DIDs #23

Open vdods opened 5 months ago

vdods commented 5 months ago

In order to ease testing of VDRs, it would be useful to allow unencrypted HTTP and use of an arbitrary port for "localhost" DIDs. Just as in https://w3c-ccg.github.io/did-method-web/#method-specific-identifier the colon should be percent-encoded in order to distinguish it from the path components of the DID. When the domain of the DID is "localhost", then http:// should be used in the DID resolution process instead of https://, because typically the service being tested will not have TLS enabled.