-
My login-request returns a token, which I am able to capture with jsonpath. But before I can use this token for authorization in the second request, I need to base64 encode it. Is that possible? |
Beta Was this translation helpful? Give feedback.
Answered by
jcamiel
Sep 12, 2023
Replies: 1 comment 1 reply
-
Hi @eydun, we have filters that can process captures but unfortunately there is no base64 encode / decode filters. I'll fill an issue to add this filters. As a workaround, depending on your use case, maybe you can use a |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
eydun
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @eydun, we have filters that can process captures but unfortunately there is no base64 encode / decode filters. I'll fill an issue to add this filters.
As a workaround, depending on your use case, maybe you can use a
[BasicAuth]
section that transforms some data to base64 (and creates anAuthorization