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