correct, we're just starting to write our integrations and this was a jumping-off point for the UI I was writing. Are filters required for requests to complete? Conner Phillis
Of course, note that I have filtered out the API key and the subdomain
"https://xxxxxxx.preview.workfront.com/attask/api/v10.0/project/search?apiKey=xxxxxx"
(I have tested this on preview, test, and production, all to the same effect) If you don't mind me asking, what technology are you using for ...
Of course, note that I have filtered out the API key and the subdomain
"https://xxxxxxx.preview.workfront.com/attask/api/v10.0/project/search?apiKey=xxxxxx"
(I have tested this on preview, test, and production, all to the same effect) If you don't mind me asking, what technology are you using for ...
I did a little more digging with Postman, this time sending an HTTP OPTIONS from there and got the 422. Postman revealed the error message which stated that OPTIONS is not an allowed method, and there is no "Access-Control-Allow-Origin" in the response headers. Does this mean the Workfront REST API ...
Hi everyone, I'm attempting to make a call to your API, and it looks like I'm getting blocked by some CORS issues that I've never seen before. When I make an HTTP GET request via XHR, chrome checks options and the server returns a 422 Unprocessable Entity. This causes the CORS preflight to fail (I t...