Home > Back-end >  Jmeter - I am trying to login with multiple in jmeter, but the there are more than 1 format of token
Jmeter - I am trying to login with multiple in jmeter, but the there are more than 1 format of token

Time:01-04

I'm send a http request to receive a token. But I find that I receive from response 2 format of token randomly.
First format is: enter image description here

Take a look at __urldecode() function, my expectation is that it should help you to deal with the "different formats"

More information on JMeter Functions concept: Apache JMeter Functions - An Introduction

  • Related