This repository has been archived by the owner on Jun 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 282
CORS for oEmbed #188
Labels
Comments
I ran into this with a PHP library I have been using for years to get the oembed... now it returns the image saying "are you a robot?" |
Hey @cpwinn We we made changes to CORS header management fairly recently. Please give this a try again and feel free to open the issue if needed. Thanks. |
@shwetaatgiphy Looks like this issue is unchanged. You can run the code snippet above in a browser console to reproduce it. |
Gottit, thanks for taking a look @cpwinn! |
@shwetaatgiphy do you have any updates on this issue? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When calling the oEmbed provider from JavaScript in a browser there are no CORS headers in the response. This obviously causes the browser to block the request. Any chance we can get a response header like the following?
This happens with all oEmbed requests but here is an example url:
and the full requst:
The text was updated successfully, but these errors were encountered: