Hello,
i want to extract the "csrf token" value in step 1 which is checking the availaibility of the url then use this value in the second step which checks the accessibility of the url (login + password)
But i'm facing this problem
Étape "demande. URL PLE" [1 sur 2] échouée : error in step variables "{CSRFTOKEN}=regex:name="OWASP-CSRFTOKEN" value="([0-9A-Za-z-]{39})"": cannot extract the value of "{CSRFTOKEN}" from response
This is what i did :
step1:

step 2:

ps: this is the regular expression i'm using value="([0-9A-Za-z-]{39})" and this is an example of the OWASP-CSRFTOKEN value:
4QTS-XIYM-B7L8-KED1-Y406-QJ2H-VZZ6-LWQQ
nd i tried replacing the word value with content but nothing changed
is there a fix the official documentation 2 Real life scenario (zabbix.com) seems outdated for me
i want to extract the "csrf token" value in step 1 which is checking the availaibility of the url then use this value in the second step which checks the accessibility of the url (login + password)
But i'm facing this problem
Étape "demande. URL PLE" [1 sur 2] échouée : error in step variables "{CSRFTOKEN}=regex:name="OWASP-CSRFTOKEN" value="([0-9A-Za-z-]{39})"": cannot extract the value of "{CSRFTOKEN}" from response
This is what i did :
step1:
step 2:
ps: this is the regular expression i'm using value="([0-9A-Za-z-]{39})" and this is an example of the OWASP-CSRFTOKEN value:
4QTS-XIYM-B7L8-KED1-Y406-QJ2H-VZZ6-LWQQ
nd i tried replacing the word value with content but nothing changed
is there a fix the official documentation 2 Real life scenario (zabbix.com) seems outdated for me
Comment