I am trying to implement the control flow to allow users to authenticate using the v4 API.
XMLHttpRequest cannot load https://api.themoviedb.org/4/auth/request_token. Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:7878' is therefore not allowed access. The response had HTTP status code 500.
What am I doing wrong here?
I realize this likely has to do with CORS but what can I or should I do to resolve it?
Thanks!
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة geogolem
بتاريخ أبريل 12, 2017 في 6:32 مساءا
Could you possibly let me know if I am doing something wrong or if it is something not fully implemented in the v4 api yet?
I would appreciate a little feedback - thanks! :)
رد بواسطة Travis Bell
بتاريخ أبريل 12, 2017 في 7:01 مساءا
I'll take a look at this tomorrow morning when I get into work. Thanks for your patience George.
رد بواسطة Travis Bell
بتاريخ أبريل 14, 2017 في 11:48 صباحا
Hi George sorry about not getting to this. I had a crazy day yesterday. I need to push an update on the API to handle the pre-flight request. I'll try to get to this on Monday.
رد بواسطة geogolem
بتاريخ أبريل 14, 2017 في 4:09 مساءا
no problem - thanks for keeping me posted! :)
رد بواسطة Travis Bell
بتاريخ أبريل 18, 2017 في 4:51 مساءا
I have made some changes to the API as well as created a small little test script for v4 auth that you can see and use here. I've tested and walked through the steps all the way to generating a valid user access token and everything looks like it's working.
Cheers.