You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Post request should create a data with provided extracted Bearer token and payload data
Actual Behavior
401 Unauthorized Response
Steps to Reproduce the Problem
`k6Perf.js:
In first function I am extracting the Bearer token and storing it in var token and passing the var onto second function that will create a data.
K6 response Log:
Please let me know what am I doing wrong. I was able to send the same post request using JMeter, Postman and Rest Assured....I been trying to get this done and add this script as my Load Test Stage into my GitLab CI Pipelines. But I am struck :(
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Environment
Expected Behavior
Post request should create a data with provided extracted Bearer token and payload data
Actual Behavior
401 Unauthorized Response
Steps to Reproduce the Problem
In first function I am extracting the Bearer token and storing it in var token and passing the var onto second function that will create a data.
K6 response Log:
Please let me know what am I doing wrong. I was able to send the same post request using JMeter, Postman and Rest Assured....I been trying to get this done and add this script as my Load Test Stage into my GitLab CI Pipelines. But I am struck :(
Thank you in advance!
The text was updated successfully, but these errors were encountered: