Hi, I got the same issue, using .net too, but in my case it's asp.net with silverlight. I can consume the appery.io services using ajax on something like this: function login(databaseId, userName, password) { var sessionToken; jqXHR = $.ajax({ type: "GET", beforeSend: function (request) { ...