Strange as it sounds, I need to call a service using Authorization: Basic username:password, without encoding the username:password part. I know it's not right, but it's how it works. I can't find a way to prevent it from being encoded by the client before making the call. Can I prevent that from happening somehow? Can this be supported?
Strange as it sounds, I need to call a service using
Authorization: Basic username:password
, without encoding theusername:password
part. I know it's not right, but it's how it works. I can't find a way to prevent it from being encoded by the client before making the call. Can I prevent that from happening somehow? Can this be supported?