element-hq / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://element-hq.github.io/dendrite/
GNU Affero General Public License v3.0
3 stars 2 forks source link

Authenticated media requires authentication even on OPTIONS method #3424

Closed matrixbot closed 1 week ago

matrixbot commented 1 week ago

This issue was originally created by @arenekosreal at https://github.com/matrix-org/dendrite/issues/3424.

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.