Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

frontend_proxy worker should be able to handle OPTIONS for /_matrix/media requests #7313

@michaelkaye

Description

@michaelkaye

Description:

The frontend proxy worker is able to handle HTTP OPTIONS requests for everything except the media repo. If it could also handle these requests (and any future api endpoints), we would be able to route all http options requests to the worker in config, without having to keep a seperate map for OPTIONS requests, compared to GET or PUT.

Currently requests return a 404.

Metadata

Metadata

Assignees

Labels

A-Media-RepositoryUploading, downloading images and video, thumbnailing

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions