Replies: 2 comments 1 reply
-
|
Are you using K6 as the engine? In general, your code looks fine, but most likely it should be: var res = http.post(url, JSON.stringify(data), { headers });This matches the typical K6 syntax for including headers. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Thanks your help. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
my code as below, but still get error . why ? i make sure the public key is correct.
Beta Was this translation helpful? Give feedback.
All reactions