Skip to content

Commit eb23d91

Browse files
GabrielBrascheryadvr
authored andcommitted
ui: Fixes #2558 use POST for uploadSslCert API request (#2661)
1 parent 8b09620 commit eb23d91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/scripts/accounts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@
10151015

10161016
$.ajax({
10171017
url: createURL('uploadSslCert'),
1018+
type: "POST",
10181019
data: data,
10191020
success: function(json) {
10201021
var item = json.uploadsslcertresponse.sslcert;

0 commit comments

Comments
 (0)