I am using SoapUI and encountered that if I add umlauts
into the password, it does not work as expected.
Here is an example: Lets assume as username "täst"
and as password "!23Öüok"
. SoapUI will create the following Base64 encoded String: "Authorization: Basic dD9zdDohMjM/P29r[\r][\n]"
. Decoding "dD9zdDohMjM/P29r"
will result into this "t?st:!23??ok"
.
Is there any SoapUI specific setting or anything that I am missing? I think the Base64 encoded String should be like this: "dMOkc3Q6ITIzw5bDvG9r"