for an HTTP request, I need to use btoa to base64 encode the token.
As btoa is part of the window class which does not seem to be available - how can I do this instead?
Btw, a little “bug” here: If I create an expression for a HTTP Request variable, btoa works in the preview (I guess because I am in the browser?) but not when its executed on the server. This is a bit tricky for finding out why things work or not…