Skip to content

Commit 39d472f

Browse files
authored
Merge pull request #1038 from dkasak/dkasak/fix-hs-name-in-example
Fix origin server name in S2S Request Authentication example.
2 parents d8bab31 + 2857511 commit 39d472f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix origin server name in S2S Request Authentication example.

content/server-server-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ condition applies throughout the request signing process.
255255
Step 2 add Authorization header:
256256

257257
GET /target HTTP/1.1
258-
Authorization: X-Matrix origin=origin.example.com,key="ed25519:key1",sig="ABCDEF..."
258+
Authorization: X-Matrix origin=origin.hs.example.com,key="ed25519:key1",sig="ABCDEF..."
259259
Content-Type: application/json
260260

261261
<JSON-encoded request body>

0 commit comments

Comments
 (0)