Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

126
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!