Hacker News new | ask | show | jobs
by kaan_keskin 371 days ago
this looks nice. is it possible to set a variable after a request and use it later in another request?
1 comments

Yeah...

    [Captures]
    csrf_token: xpath "normalize-space(//meta[@name='_csrf_token']/@content)"
The use the name with mustaches

    {{csrf_token}}
- https://hurl.dev/docs/capturing-response.html
i'm going to definitely give this a try. looks good