Soporte de The Movie Database

Hello, i'm having an issue with a POST request, to generate a "request token".

xhr.open('POST', 'https://api.themoviedb.org/4/auth/request_token ');
xhr.setRequestHeader('Authorization', 'Bearer TOKEN');
xhr.setRequestHeader('content-type', 'application/json;charset=utf-8')

Doing so, i get the following message:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at ‘https://api.themoviedb.org/4/auth/request_token’. (Reason: Credential is not supported if the CORS header ‘Access-Control-Allow-Origin’ is ‘*’).

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.themoviedb.org/4/auth/request_token. (Reason: CORS request did not succeed).

Thank you for your time :)

2 respuestas (en la página 1 de 1)

Jump to last post

Hi @lukote159,

What client is this? It looks like you might need to set the credential flag to false. I have never seen this "credential" flag, but I got that from reading this document over at Mozilla.

P.S. I removed your token.

Thanks! it is working fine now. I only had set the credentials true, because that's how the example was doing, in the API Documentation. The javascript implementations on the "try it out" section always do it.

¿No encuentras una película o serie? Inicia sesión para crearla:

Global

s centrar la barra de búsqueda
p abrir menú de perfil
esc cierra una ventana abierta
? abrir la ventana de atajos del teclado

En las páginas multimedia

b retrocede (o a padre cuando sea aplicable)
e ir a la página de edición

En las páginas de temporada de televisión

(flecha derecha) ir a la temporada siguiente
(flecha izquierda) ir a la temporada anterior

En las páginas de episodio de televisión

(flecha derecha) ir al episodio siguiente
(flecha izquierda) ir al episodio anterior

En todas las páginas de imágenes

a abrir la ventana de añadir imagen

En todas las páginas de edición

t abrir la sección de traducción
ctrl+ s enviar formulario

En las páginas de discusión

n crear nueva discusión
w cambiar el estado de visualización
p cambiar público/privado
c cambiar cerrar/abrir
a abrir actividad
r responder a la discusión
l ir a la última respuesta
ctrl+ enter enviar tu mensaje
(flecha derecha) página siguiente
(flecha izquierda) página anterior

Configuraciones

¿Quieres puntuar o añadir este elemento a una lista?

Iniciar sesión