use post for login. how did this get lost?
authorJeremy Tan <[email protected]>
Mon, 28 Oct 2013 14:04:25 +0000 (22:04 +0800)
committerJeremy Tan <[email protected]>
Mon, 28 Oct 2013 14:04:25 +0000 (22:04 +0800)
testing/MCTXWeb/public_html/static/mctx.gui.js

index 1007510..2033483 100644 (file)
@@ -186,6 +186,7 @@ $.fn.login = function () {
 
     return $.ajax({
         url : mctx.api + "bind",
+        type : "POST",
         data : {user: username, pass : password}
     }).done(function (data) {
         if (data.status < 0) {

UCC git Repository :: git.ucc.asn.au