From fd790e3ba5a5918ea2421e5e7be8a184a92aa662 Mon Sep 17 00:00:00 2001 From: Boris Schrijver Date: Thu, 16 Jul 2015 14:44:52 +0200 Subject: [PATCH] CLOUDSTACK-8642: SSO Method not allowed bug fix. Due to CLOUDSTACK-8505 and commit 1c81b241e7914b24b06c3b7b3ee98bc0d3b4f68b Signed-off-by: Daan Hoogland This closes #598 (cherry picked from commit b1e5906923512d3fe8470382277a85d82cb131c4) Signed-off-by: Rohit Yadav (cherry picked from commit 56522fda67f30416b756891919a38ee7779b12d1) Signed-off-by: Rohit Yadav --- ui/scripts/cloud.core.callbacks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/cloud.core.callbacks.js b/ui/scripts/cloud.core.callbacks.js index a32d0680a20..3ae6d09fe7c 100644 --- a/ui/scripts/cloud.core.callbacks.js +++ b/ui/scripts/cloud.core.callbacks.js @@ -65,6 +65,7 @@ $(document).ready(function() { if (url != undefined && url != null && url.length > 0) { url = unescape(clientApiUrl + "?" + url); $.ajax({ + type: 'POST', url: url, dataType: "json", async: false,