BigTech signature 생성 파라미터(UR) 로그 추가
This commit is contained in:
+1
@@ -90,6 +90,7 @@ public class HttpClient5AdapterServiceBigTech extends HttpClient5AdapterServiceR
|
|||||||
logger.debug("timestamp={}", timestamp);
|
logger.debug("timestamp={}", timestamp);
|
||||||
logger.debug("accessKey={}", accessKey);
|
logger.debug("accessKey={}", accessKey);
|
||||||
logger.debug("secretKey={}", MaskingUtils.maskPassword(secretKey));
|
logger.debug("secretKey={}", MaskingUtils.maskPassword(secretKey));
|
||||||
|
logger.debug("url={}", method.getRequestUri());
|
||||||
|
|
||||||
String signature = macHex(charset// charset
|
String signature = macHex(charset// charset
|
||||||
, algorithm// algorithm
|
, algorithm// algorithm
|
||||||
|
|||||||
Reference in New Issue
Block a user