stackoverflow.com4 months agoajax jquery simple get requestI am making this simple get request using jquery ajax: $.ajax({ url: “https://app.asana.com/-/api/0.1/workspaces/”, type: ‘GET’, success: function(res) { console.log(res);…Visit stackoverflow.com2BookmarkAdd to collection