00:06:11
How to Decode JWT Token in Jmeter - A Detailed Guide
Описание
How to Decode JWT Token in Jmeter? - A Detailed Guide
Decode JWT Token in Jmeter: This tutorial will help you in decoding JWT token and sent by a server to the client.
First how to identify the string is JWT token or some other String generated by Server.
If the string is JWT then string should contain 3 dots (header, body, Signature).
How to Decode JWT Token in Jmeter?
Recently most of the applications are using JWT for adding enough security to their application.
Let us assume generated Jwt Token is like below
Read Full Article http://www.taskincomplete.com/decode-jwt-token-in-jmeter/