Using custom processor.js file to generate custom JWT header per user when load testing websockets
I am trying to load test a websocket server where I want to add a JSON Web Token (JWT) as a header which is different per user – and that gets passed when establishing the connection.
Here are the files
processor.js
Using custom processor.js file to generate custom JWT header per user when load testing websockets
I am trying to load test a websocket server where I want to add a JSON Web Token (JWT) as a header which is different per user – and that gets passed when establishing the connection.
Here are the files
processor.js