Clients often can't detect a 404 on .well-known/matrix/client due to CORS #438
Labels
A-Client-Server
Issues affecting the CS API
wart
A point where the protocol is inconsistent or inelegant
In practice (element-hq/element-web#7875) you often can't detect a 404 on a
.well-known/matrix/client
file because the default configurations of most web servers don't send CORS headers on errors.I think this behavior could be improved by just changing the 3b check from
to
The text was updated successfully, but these errors were encountered: