When I pass the additional basic authentication header, I constantly have to encode the user and password fields in the base64 string. It would be nice to specify just the user and the password through a space and the plugin itself encoded into the correct string eg
GET http://somedomen.com/path
Authorization: Basic user pass
When I pass the additional basic authentication header, I constantly have to encode the user and password fields in the base64 string. It would be nice to specify just the user and the password through a space and the plugin itself encoded into the correct string eg
GET http://somedomen.com/pathAuthorization: Basic user pass