Skip to content

Commit f633d30

Browse files
authored
Update spec text for CORS MSC (#4187)
1 parent 41495d2 commit f633d30

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: proposals/4138-update-cors-methods.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ the `Access-Control-Allow-Methods` header.
1010
## Proposal
1111

1212
The [`Access-Control-Allow-Methods` header's recommended value](https://spec.matrix.org/v1.10/client-server-api/#web-browser-clients)
13-
is updated to include the following:
13+
is updated to note that the HTTP methods described cover existing specified endpoints. Servers which
14+
support additional endpoints or methods should add those methods as well. The specification will be
15+
updated whenever a new method is supported by an endpoint.
16+
17+
Examples of possible future-use methods include:
1418

1519
* `PATCH` - A plausibly useful HTTP method for future use.
1620
* `HEAD` - Similar to `PATCH`, `HEAD` is plausibly useful for feature detection and cases like

0 commit comments

Comments
 (0)