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 (cherry picked from commitb1e5906923) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com> (cherry picked from commit56522fda67) Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
46433c1e92
commit
fd790e3ba5
|
|
@ -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