From 6afb2a838d36577657518db8ee671a5c34c037e1 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 --- 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 a32d0680a207..3ae6d09fe7c6 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,