mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge apache/4.11
ui: Fixes #2558 use POST for uploadSslCert API request (#2661)
This commit is contained in:
commit
ea373eb1e5
@ -1015,6 +1015,7 @@
|
|||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: createURL('uploadSslCert'),
|
url: createURL('uploadSslCert'),
|
||||||
|
type: "POST",
|
||||||
data: data,
|
data: data,
|
||||||
success: function(json) {
|
success: function(json) {
|
||||||
var item = json.uploadsslcertresponse.sslcert;
|
var item = json.uploadsslcertresponse.sslcert;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user