V3L0C1T13S / reflectcord

REST and Websocket compatibility layer for Discord->Revolt
GNU Affero General Public License v3.0
47 stars 2 forks source link

ExpressJS incorrect content-type #138

Closed V3L0C1T13S closed 1 year ago

V3L0C1T13S commented 1 year ago

Express appends charset=UTF-8 to the content-type header. This causes issues for many frameworks including Discord.py, and Oceanic.js.

Fosscord, another Discord backend implementation that Reflectcord heavily uses utilities, infrastructure, and directly uses a lot of code from, also suffers from the same issue.