I have setup a Custom Connector to an API we have on-prem, using a Data Gateway. I know the connection is working because I can see the requests coming onto the API Web Server.
The API uses Basic authentication. I have the customer connector set up as such, and have specified the username and password in the connection.
When the requests gets to the Web Server in the logs I can see that there is no Authorization header. It seems to be getting lost somewhere along the way. Any thoughts? Anyone else seen this?