We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--resolve
Originally posted by cesarsaenz July 1, 2023 Hi trying to use other options in the hurl file I see an example of
[Options] location: true
which works perfectly, was trying to user other options, like resolve but getting error example: [Options] resolve: example.com:443:23.50.52.35
but does not work, get ^ the HTTP method is not valid. Valid values are GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
The text was updated successfully, but these errors were encountered:
jcamiel
Successfully merging a pull request may close this issue.
Discussed in #1703
Originally posted by cesarsaenz July 1, 2023
Hi trying to use other options in the hurl file I see an example of
[Options]
location: true
which works perfectly, was trying to user other options, like resolve but getting error
example:
[Options]
resolve: example.com:443:23.50.52.35
but does not work, get
^ the HTTP method is not valid. Valid values are GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, TRACE, PATCH
The text was updated successfully, but these errors were encountered: