dave-csc opened a new issue, #6697: URL: https://github.com/apache/hop/issues/6697
### Apache Hop version? 2.17.0 ### Java version? 17.0.2 ### Operating system Linux ### What happened? First, setup a **REST Connection** metadata that uses an API key for authentication: set header name and header value properly (example value: `my_super_secret`) and fill the Base URL and Test URL in order to make a valid test. Then, make a pipeline with a **REST Client** and setup this in order to use the above connection metadata. You will get an authentication error (usually HTTP 401) from the server, because the REST Client transform will send the header with a double value (i.e. `my_super_secret,my_super_secret`) ### Issue Priority Priority: 2 ### Issue Component Component: Transforms, Component: Metadata -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
