You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah I found a problem reference to this, but I'm unsure if it's related directly as I'm unfamiliar with Artillery (taking over an existing repo). nodejs/node#31439, it fits the same issues I experienced.
As a work around I created a function that adds the value into the header via custom script and handled the encoding myself.
Unsure why this is the case that I'm experiencing, however with the following config for basic
auth
the issue is that the header sent will have the following operations applied to it.
This results in symbols being parsed (@ for example) and not having the correct email value being sent to the server to be decoded using just base64.
The text was updated successfully, but these errors were encountered: