teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

誤字の修正

2015/06/26 07:46

投稿

TMC48
TMC48

スコア8

title CHANGED
File without changes
body CHANGED
@@ -67,7 +67,7 @@
67
67
  var xhr = new XMLHttpRequest();
68
68
  xhr.open("POST", $('#smp_svr').val() + "/odata/applications/latest/" + $('#smp_app').val() + "/Connections",true);
69
69
  xhr.setRequestHeader("Content-Type", "application/json");
70
- xhr.setRequestHeader("Authorization", "Basic " + btoa("025hirakawa" + ":" + "welcome1"));
70
+ xhr.setRequestHeader("Authorization", "Basic " + btoa("tmc48" + ":" + "password"));
71
71
  xhr.send('{"DeviceType":"' + $("#smp_os").val() + '"}');
72
72
  xhr.onload = function(e){
73
73
  var parser = new DOMParser();