_Gods_ Posted September 6, 2020 Share Posted September 6, 2020 My app pulls images from a few different endpoints, and for the most part they all work fine. However, when I try to use an image from this particular endpoint (i.e.: https://cdn.betterttv.net/emote/5e76d2ab8c0f5c3723a9a87d/3x), it fails with both a CORS error (both apps/endpoints use https), and an error in promise. Example of a working URL: https://cdn.frankerfacez.com/e86d136c759c608321f576d226ec4571.png Quote Link to comment Share on other sites More sharing options...
jonforum Posted October 4, 2020 Share Posted October 4, 2020 (edited) you have many reason from this kind of server error. You will need setting your server related to the error you get.https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/ErrorsThese measures are there to prevent anyone from leeching your stuff site , server or bandwidth. Edited October 4, 2020 by jonforum Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.