Expand my Community achievements bar.

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

API CORS problem

Avatar

Level 1

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

API
1 Accepted Solution

Avatar

Correct answer by
Employee

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

View solution in original post

2 Replies

Avatar

Correct answer by
Employee

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

Avatar

Level 1

Thanks, that makes sense.