Skip to content

Commit 48267b3

Browse files
committed
chore: phrasing, remove undefined term <host>
1 parent c7cb597 commit 48267b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specifications/common/common.protocol.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
2121
necessary 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

2525
A [=Connector=] must respond to a respective HTTPS request by returning a [`VersionResponse`](#VersionResponse-table)
2626
with 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
3636
all endpoints of this version.
3737

3838
The 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,
4141
determined 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

Comments
 (0)