Unauthorized Error #734
Unanswered
AkkafaOguz
asked this question in
Q&A
Replies: 1 comment
-
This may be a bug. I am assuming you are header is something like TOKEN=secret You can console log your header in the pre request script console.log(req.getHeader("Authorization")); And check what's happening. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've tried to run a collection via CLI but I got (401 Unauthorized) error. Although the authorization key is at the environment file and it's possible to run folder from application without an (401 Unauthorized) error, it's not possible to run it via CLI. May I know the root cause of the problem or a way to solve this issue? Thanks.
Note: --env-var option is also tried to overwrite authorization key but it also did not work.
Beta Was this translation helpful? Give feedback.
All reactions