At the moment I get a token with a normal HTTPCaller with username and password as User parameters. However, I would like to store username and password secure. For this reason I tried to use a Web Connection. Unfortunately this didn't work. Any recommendation hwo this should be done?
This is my HTTPCaller that works fine but with the drawback that username and password are defined as user parameters in plaintext.