2b837d7c4bf0e3dfe4e8706b62bad43a93baa604..bc1d285f32e2c0048e0cbc9f9a849056d5e444fb
2020-05-18 ulrich
http post um passenden header ergaenzt
bc1d28 diff | tree
2020-05-18 ulrich
http post um passenden header ergaenzt
a0da32 diff | tree
2 files modified
2 ■■■■■ changed files
web/profil2/app.js 1 ●●●● patch | view | raw | blame | history
web/ui2/js/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);
    }
  };
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);
    }
  };