質問編集履歴
1
誤字の修正
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("
|
139
|
+
xhr.setRequestHeader("Authorization", "Basic " + btoa("tmc48" + ":" + "password"));
|
140
140
|
|
141
141
|
xhr.send('{"DeviceType":"' + $("#smp_os").val() + '"}');
|
142
142
|
|