79373399

Date: 2025-01-21 06:41:08
Score: 2
Natty:
Report link

The 1 in the handlebars should refer to a variable that should be used afterwards. for example - {{regexExtract request.body 'token%3D([a-f0-9\-]+)' 1 default='unknown-token'}}

should be {{regexExtract request.body 'token%3D([a-f0-9\-]+)' 'parts' default='unknown-token'}}{{parts.1}}

Now it works

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: lionheart