hello
i have problem when i want capture this its no problem when i start in debugg
but when i create a job it not capture
BLOCK:HttpRequest
LABEL:services
url = "https://www.example.com/"
TYPE:STANDARD
$""
"application/x-www-form-urlencoded"
ENDBLOCK
IF STRINGKEY @data.SOURCE Contains "You do not have any services"
BLOCK:ConstantString
LABEL:No services
value = "No services"
=> CAP @Noservices
ENDBLOCK
ELSE
BLOCK:ConstantString
LABEL:Has services
value = "Has services"
=> CAP @Hasservices
ENDBLOCK
END