amarullz / AnimeTV

Watch Anime in Your AndroidTV
https://amarullz.com/
Apache License 2.0
327 stars 16 forks source link

just a question ??? #90

Closed regisx001 closed 1 month ago

regisx001 commented 1 month ago

How to surpase the CORS errors in api.animeflix.dev !!! it's been almost 3hours and i tried all the possible solution , but no results . please help.

amarullz commented 1 month ago

is it the problem of AnimeTV?

regisx001 commented 1 month ago

no it's not a problem in the app . but when I try to make a request in another js client . it's giving me a CORS ERROR ??

amarullz commented 1 month ago

of course. you cannot request resource cross domain in browser

regisx001 commented 1 month ago

ok ,ok i see , I'm working on a mobile application using sveltekit and capacitor of anime streaming and stuff like that ! do you have any idea how i can use this api whitout any CORS Issues ??

amarullz commented 1 month ago

You can't if you use browser. Except if you have an access to server that you want to scrap, the server should response with Allow-Origin header with value of your website domain name (or *)

regisx001 commented 1 month ago

amm ok , that help a lot . thanks for all the information , for now i found an alternative to use !! i will close this issue !