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!
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von geogolem
am 12. April 2017 um 18: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! :)
Antwort von Travis Bell
am 12. April 2017 um 19:01
I'll take a look at this tomorrow morning when I get into work. Thanks for your patience George.
Antwort von Travis Bell
am 14. April 2017 um 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.
Antwort von geogolem
am 14. April 2017 um 16:09
no problem - thanks for keeping me posted! :)
Antwort von Travis Bell
am 18. April 2017 um 16: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.