Asana API Cross-Domain Request Access Control Headers -


i'm trying make request asana api browser. because cross-domain request, client first sends options request. i'm running same issue described in stack overflow question year ago, asana api , access-control-* headers, asana api doesn't respond access-control parameters.

i'm wondering whether new release of asana connect , oauth2 addresses problem , i'm doing wrong or if still unsupported.

(i work @ asana.) sorry, looks slipped through cracks.

we not allow cross-origin requests. however, support jsonp if use oauth2 , authenticate bearer token. allows make secure requests js client.

just append opt_jsonp=callback parameter request, callback name of javascript function called response data.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -