-
I was wondering if I am doing something wrong or if the combination of Query and Captures just is not meant to work together? When trying out HURL I was trying a combination of the code below:
But I get an error like below..
|
Beta Was this translation helpful? Give feedback.
Answered by
jcamiel
Apr 22, 2025
Replies: 1 comment
-
Hi @mpas Captures and query can work together but the capture sections needs to be after the response marker
See the structure of a Hurl file here: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mpas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mpas
Captures and query can work together but the capture sections needs to be after the response marker
HTTP 200
(query is for the request and capture is for the response)See the structure of a Hurl file here:
https://hurl.dev/docs/request.html#structure
https://hurl.dev/docs/response.html#structure