You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discord does not seem to fully implement the oEmbed spec, specifically section 4 specifies that providers may implement discovery via elements in the served html OR Link headers.
From what I can tell/what i tested Discord only accepts the former
Steps to Reproduce
Implement some valid oEmbed setup on a public website using the header discovery method
Description
Discord does not seem to fully implement the oEmbed spec, specifically section 4 specifies that providers may implement discovery via elements in the served html OR Link headers.
From what I can tell/what i tested Discord only accepts the former
Steps to Reproduce
you should see that the first method will not work, while the second does
Expected Behavior
Discord should detect and accept both discovery methods, and generate the same embed when served with same data with either method
Current Behavior
Currently Discord does not display an embed when being served a link header instead of a link element
Screenshots/Videos
No response
Client and System Information
I implemented the server serving the website using Actix web
The text was updated successfully, but these errors were encountered: