mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8642: SSO Method not allowed bug fix. Due to CLOUDSTACK-8505 and commit 1c81b241e7
Signed-off-by: Daan Hoogland <daan@onecht.net> This closes #598
This commit is contained in:
parent
984fafce77
commit
b1e5906923
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue