Я пытаюсь получить токен доступа в Jmeter, и он отлично работает с почтальоном, но я получаю сообщение об ошибке в Jmeter, говорящее:
{
"error":"invalid_grant",
"error_description":"The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client",
"status_code":400
}
Тело почтальона
Заголовок в почтальоне
Я получаю маркер доступа как json ответ, когда я отправляю этот запрос
Моя настройка в Jmeter выглядит следующим образом:
HTTP-запрос
Заголовок HTTP
Когда я запускаю тест в jmeter
{
"error":"invalid_grant",
"error_description":"The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client",
"status_code":400
}
, я получаю следующий ответ