We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa479af commit 282659cCopy full SHA for 282659c
proposals/3383-fed-auth-destination.md
@@ -0,0 +1,19 @@
1
+# MSC3383: Include destination in X-Matrix Auth Header
2
+
3
+Currently, a federation request can't be validated mid-flight without talking to
4
+both the originating server and the destination server. The originating server
5
+needs to be asked for it's key, and the destination server for it's
6
+`server_name`, because the `Host` header does not necessarily contain the
7
+`server_name` of the destination server, if the delegation via `.well-known` is
8
+being used.
9
10
+## Proposal
11
12
+## Potential issues
13
14
+## Alternatives
15
16
+## Security considerations
17
18
+## Unstable prefix
19
0 commit comments