Parse.Com - HTTP method in cloud code, how do I wait for the response
问题 In my parse cloud code, the HttpRequest in beforeSave is getting executed successfully but the code blows through before I have had time to parse the response and determine whether I want to return a response.success() or a response.error() . I know I am missing something here, any input, ideas from the community here would be appreciated. Thanks Parse.Cloud.beforeSave(Parse.User, function (request, response) { var user = request.object; var key = user.get("recaptcha"); Parse.Cloud