質問編集履歴
1
ソースコードにBearer=トークンIDを記載してしまっていたので、そのマスキングをする
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
objHTTP.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"
|
40
40
|
|
41
|
-
objHTTP.setRequestHeader "Authorization", "Bearer
|
41
|
+
objHTTP.setRequestHeader "Authorization", "Bearer xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
|
42
42
|
|
43
43
|
objHTTP.send LineStr
|
44
44
|
|