Jmeter gRPC plugin

923 views
Skip to first unread message

Ankit Vaidya

unread,
Feb 10, 2021, 2:01:39 AM2/10/21
to jmeter-plugins
HI

I am facing issue while passing Authorization token in gRPC request.


I have already tried with several format but still it is not working and shows issueResponse code: 500

Response message: Exception: UNKNOWN

Below format I have tried with but none of them works for me. Please share format with example

authorization : h7Zd4eIXQ/BKiL9v5M/aY4JFfPp
"authorization" : "h7Zd4eIXQ/BKiL9v5M/aY4JFfPp"
{"authorization" : "h7Zd4eIXQ/BKiL9v5M/aY4JFfPp"}

below is the screenshot of grpc plugin




GRPCPluginPhoto.PNG




Stephen Rawlins

unread,
Mar 25, 2022, 3:33:39 PM3/25/22
to jmeter-plugins
In your gRPC metadata field, specify the Bearer token using the word "Bearer"

       Authorization: Bearer xxx

no need to put quotes around the token,

Reply all
Reply to author
Forward
0 new messages