API CORS problem | Community
Skip to main content
New Participant
April 6, 2021
Solved

API CORS problem

  • April 6, 2021
  • 1 reply
  • 800 views

Hi, I'm new to the WF API. I'm trying a simple XMLHttpRequest call using my API key but I'm getting a CORS error. Is there a way I can whitelist my site's domain/URL to allow the call?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by kynabaker16

Hi Christopher,

So reading this documentation article, it looks like we don't support CORS for anyone who wasn't using it pre-2018, and that's why you're getting the error.

So sorry about that!

Kyna

1 reply

kynabaker16
kynabaker16Accepted solution
Employee
May 13, 2021

Hi Christopher,

So reading this documentation article, it looks like we don't support CORS for anyone who wasn't using it pre-2018, and that's why you're getting the error.

So sorry about that!

Kyna

New Participant
May 14, 2021

Thanks, that makes sense.