Request Verification Token is not identifying or getting assigned to a variable by JMeter for a new user registration
In GET, Request header - Request Verification Token is passed as Static one In POST, Request header - Static request verification token is called and in PAYLOAD - Another dynamic Request Verification Token is displaying.
In POST url, I have used below Regular Expression Extractor:
Field to check: Request Headers Name of created variable: Token Regular Expression: input name="__RequestVerificationToken" type="hidden" value="([A-Za-z0-9+=/-_]+?)" Template: $1$ Match no: 0
Queries:
- Do I need to use Regular Expression Extractor in GET URL also, If yes what regular expression need to be used?
- How to pass Static request verification token value in GET & POST URL?
- Do we need to use 2 Regular Expression Extractor in GET & POST URL?
Could you please provide solution?