Closed rickythefox closed 1 year ago
I cannot reproduce this bug. I've tested by sending a request with token test
to https://httpbin.org/anything
and got "Authorization": "Bearer test"
in the response. See the screenshot:
Can you please do the same test and double check that you are using the correct token?
You're right, it was copy/paste issue.
However it might make sense to trim the whitespace on the entered token before sending it? I'm not sure if a JWT starting or ending with a space is valid standard-wise.
Anyway, not a bug.
Describe the Issue
When adding a JWT token a space is inserted in the beginning of the token.
Steps to reproduce?
Operating System
MacOS
IDE
Pycharm 2022.3.3 Pro
JetClient version
2023.1.4-223
Relevant log output
No response
Screenshots, Videos, Additional Context
No response