質問編集履歴

1

誤字の修正

2015/06/26 07:46

投稿

TMC48
TMC48

スコア8

test CHANGED
File without changes
test CHANGED
@@ -136,7 +136,7 @@
136
136
 
137
137
  xhr.setRequestHeader("Content-Type", "application/json");
138
138
 
139
- xhr.setRequestHeader("Authorization", "Basic " + btoa("025hirakawa" + ":" + "welcome1"));
139
+ xhr.setRequestHeader("Authorization", "Basic " + btoa("tmc48" + ":" + "password"));
140
140
 
141
141
  xhr.send('{"DeviceType":"' + $("#smp_os").val() + '"}');
142
142