anonymousland-synapse/changelog.d/14605.bugfix
Patrick Cloke d22c1c862c
Respond correctly to unknown methods on known endpoints (#14605)
Respond with a 405 error if a request is received on a known endpoint,
but to an unknown method, per MSC3743.
2023-02-09 13:04:24 -05:00

2 lines
72 B
Plaintext

Return spec-compliant JSON errors when unknown endpoints are requested.