You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A hardcoded file called did.json is not very flexible, and excludes other representations. We should update the spec to use Accept headers on Read. It'd also be better if the requester for Read just fetches the DID as it stands without adding fixed strings or filenames on the end.
The text was updated successfully, but these errors were encountered:
Hmmm, yeah, maybe we can design a mechanism that allows for elegant DIDs without filenames, but also allows for filenames with extensions optionally. (Although there aren't really other representations to exclude, in this method (it defines only the JSON/JSON-LD representation).
-1 to using Accept headers. (Many many web servers aren't able to do content negotiation.)
A hardcoded file called
did.json
is not very flexible, and excludes other representations. We should update the spec to use Accept headers on Read. It'd also be better if the requester for Read just fetches the DID as it stands without adding fixed strings or filenames on the end.The text was updated successfully, but these errors were encountered: