옷~ 개발자님 빠른 답변 감사합니다. ^^
저도 될 것으로 예상 했는데 실제로는 아래와 같이 나옵니다. T.T
ngrinder 헤더값에 정보를 어떻게 넣어야하는지 헤메고 있습니다.
<실제 결과>
2019-10-25 05:52:28,611 INFO
http://abc.com/test/v1.0-> 401 Unauthorized, 463 bytes
2019-10-25 05:52:28,628 ERROR
Expected: is <200>
got: <401>
java.lang.AssertionError:
Expected: is <200>
got: <401>
#########API서버에서 회신 보낸 상세 메세지##############
{
error: {
root_cause: [{
type: "security_exception",
reason: "action [indices:data/read/search] requires authentication",
header: {
WWW - Authenticate: [
"Bearer realm="
security "",
"ApiKey",
"Basic realm="
security " charset="
UTF - 8 ""
]
}
}],
type: "security_exception",
reason: "action [indices:data/read/search] requires authentication",
header: {
WWW - Authenticate: [
"Bearer realm="
security "",
"ApiKey",
"Basic realm="
security " charset="
UTF - 8 ""
]
}
},
status: 401
}
##########################################