Replies: 1 comment 1 reply
-
Hello @priya-dsp . The underlying http library that Artillery uses ( I believe there is a way around it by setting the scenarios:
- flow:
- get:
url: "/"
allowGetBody: true
json:
msg: "Hello, world!" |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @hassy , we have Xml request body that we need to pass in Get Method but we are getting error during execution -->Error: Get method cannot be used in body. How to fix this? We have already tried with qs, body, json. None of them works.
Beta Was this translation helpful? Give feedback.
All reactions