ulrich
2020-05-18 a0da3240882184b461d70c519cc8ec0469be9367
http post um passenden header ergaenzt
1 files modified
1 ■■■■ changed files
web/ui2/js/app.js 1 ●●●● patch | view | raw | blame | history
web/ui2/js/app.js
@@ -353,6 +353,7 @@
    if(method === 'GET')  {
      xhr.send();
    } else if(method === 'POST' || method === 'PUT') {
      xhr.setRequestHeader('Content-type', 'application/x-www-form-urlencoded');
      xhr.send(data);
    }
  };