Use a POST request in Federation request signing example

Otherwise the GET request having a body is confusing, since it is not valid HTTP
pull/1721/head
Olivier 'reivilibre 4 months ago
parent 650e691a22
commit 53e8d71117

@ -290,7 +290,7 @@ Step 1 sign JSON:
```
{
"method": "GET",
"method": "POST",
"uri": "/target",
"origin": "origin.hs.example.com",
"destination": "destination.hs.example.com",
@ -311,7 +311,7 @@ condition applies throughout the request signing process.
Step 2 add Authorization header:
GET /target HTTP/1.1
POST /target HTTP/1.1
Authorization: X-Matrix origin="origin.hs.example.com",destination="destination.hs.example.com",key="ed25519:key1",sig="ABCDEF..."
Content-Type: application/json

Loading…
Cancel
Save