Encode:
The client sends and username and password in the header. But the target end server requires authentication Base64 format in the Authorization headerFor that, we are using a basic authentication policy in the API proxy
This policy takes usern...