I am creating a custom connector for an API that supports Basic Auth, but the API key is used as the User Name and the Password should be left blank. Does anyone know if this is possible, when I try and use the connector it is mandating that I enter in the password which I presume is failing it. Error returned is below, I did the some tests in Postman and with the User Name only it works and with Password define it returns the same error as I get when creating Custom Connector.
{
"error": "Invalid Authorization header",
"type": "ch:service"
}