-
I have a restful URL where it would be convenient to define a variable, e.g., But I've tried both --variable and --varables-file and can't get it to work. Is this something that should work? I get messages about URL using bad/illegal format or missing url. Am I barking up the wrong tree here? |
Beta Was this translation helpful? Give feedback.
Answered by
jcamiel
Jan 15, 2025
Replies: 1 comment 1 reply
-
Hi @adamc55 Variables in URLs should work without any issue, something like Could you paste here:
Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jcamiel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @adamc55
Variables in URLs should work without any issue, something like
hurl --variable myparam=12345 file.hurl
.Could you paste here:
hurl --version
to check Hurl version (the latest release is 6.0.0)--verbose
Thanks!