Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

131
Vistas
React.JS Cross-Origin API cal blocked

I am doing a simple fetch upon button click to my api:

async function UpdateEscrow(){

        let testmerchID = 'mer_960728a76ae2';
        let url = 'https://api.onlinebetaalplatform.nl/v1/merchants/'+testmerchID // test merchant
        let apikey = 'asd';
        
        fetch(url, {
            headers: {Authentication: 'Bearer '+apikey}
          })
             .then(resp => resp.json())
             .then( json => console.log(json))
                
    }

But it fails, stating that cross origin is not allowed and it wont read from an external resource (the url).

However, I am alredy doing rest calls to another api we have connected and those work fine.

Why is this one blocked?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda