@@ -19,8 +19,8 @@ similar contexts that facilitate this approach to interoperability.
1919
2020[ =Connectors=] implementing the [ =Dataspace Protocol=] may operate on different versions and bindings. Therefore, it is
2121necessary that they can discover such information reliably and unambiguously. Each [ =Connector=]
22- must provide a version metadata endpoint ` <host> /.well-known/dspace-version` . The location of this endpoint should
23- adhere to the [[ rfc8615]] .
22+ must provide a version metadata endpoint ending with URI segments ` /.well-known/dspace-version ` . The location of this
23+ endpoint should adhere to the [[ rfc8615]] .
2424
2525A [ =Connector=] must respond to a respective HTTPS request by returning a [ ` VersionResponse ` ] ( #VersionResponse-table )
2626with at least one item. The item connects the version tag (` version ` attribute) with a path to the endpoint.
@@ -36,8 +36,8 @@ When using the DSP HTTPS binding, the `path` property is an absolute URL path se
3636all endpoints of this version.
3737
3838The following example demonstrates that a [ =Connector=] offers the HTTPS binding from version ` 2024-1 ` at
39- ` <host >/some/path/2024-1 ` , the ` 2025-1 ` endpoints at ` <host >/some/path/2025-1 ` and another [ =Connector=] on the same host
40- under ` <host>/<path-to-root >/different/path/2025-1 ` - some of which signal the relevant authentication protocol overlay,
39+ ` <base >/some/path/2024-1 ` , the ` 2025-1 ` endpoints at ` <base >/some/path/2025-1 ` and another [ =Connector=] on the same
40+ base URL under ` <base >/different/path/2025-1 ` - some of which signal the relevant authentication protocol overlay,
4141determined by ` protocol ` , ` version ` and the ` profile ` array.
4242
4343<aside class =" example " title =" Well-known Version Endpoint (HTTPS) at different root path " >
0 commit comments