matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.74k stars 676 forks source link

Authenticated media requires authentication even on OPTIONS method #3424

Closed arenekosreal closed 2 months ago

arenekosreal commented 2 months ago

Background information

Description

Steps to reproduce

Screenshots of developer tools

image

Notes

According to this stackoverflow answer, authentication in preflight requests is not possible, so this may be the cause.