From 7d96b2a479e60808bb2d773689b87985659fab26 Mon Sep 17 00:00:00 2001
From: Markus Sabadello There have been discussions whether in addition to the DID parameter There have been discussions whether in addition to the DID parameter
- This behavior of the DID fragment is analogous to the handling of a fragment in an HTTP URL in the
- case when dereferencing it returns an HTTP
- This use of the DID fragment is consistent with the definition of the fragment identifier in
- [[RFC3986]]. It identifies a secondary resource which is a subset of the primary resource
- (the DID document).
-
+ This use of the DID fragment is consistent with the definition of the fragment identifier in
+ [[RFC3986]]. It identifies a secondary resource which is a subset of the primary resource
+ (the DID document).
+
+ This behavior of the DID fragment is analogous to the handling of a fragment in an HTTP URL in the
+ case when dereferencing it returns an HTTP Dereferencing the Primary Resource
service
,
- there could also be a DID parameter serviceType
to select services based
- on their type rather than ID.
- See
- comments by Dave Longley about `serviceType`.did:example:1234
@@ -1087,6 +1080,12 @@
Dereferencing the Primary Resource
service
,
+ there could also be a DID parameter serviceType
to select services based
+ on their type rather than ID.
+ See
+ comments by Dave Longley about `serviceType`.Dereferencing the Secondary Resource
the output service endpoint URL "inherits" the DID fragment of the
input DID URL.
3xx
(Redirection) response with a
- Location
header (see section 7.1.2 of [[RFC7231]].
- application/did+ld+json
, then
@@ -1118,13 +1112,20 @@ Dereferencing the Secondary Resource
JSON-LD 1.1: application/ld+json media type
[JSON-LD11].
3xx
(Redirection) response with a
+ Location
header (see section 7.1.2 of [[RFC7231]].
+ HTTP(S) Binding
) and/or DID URL dereferencing function (see )
can be executed as follows:
GET
request on the request HTTP(S) URL.