Apache Hop version?
2.17
Java version?
17
Operating system
Windows
What happened?
In version 2.17, when configuring a REST connection via metadata using an API key (setting the header name and value, e.g., Authorization: Bearer ), the header value is not validated/applied when the request is sent to the API.
If I change the authentication method to Basic Authentication and provide username/password, the request works.
Additionally, if the Test URL field is left blank, Hop fails to test/validate the connection.
Steps to reproduce
Open Hop 2.17.
Create/edit Metadata → REST Connection.
Select authentication by API key.
Fill in:
Header name: Authorization (or any other)
Header value:
If you create a rets connection in 2.16, it won't work in 2.1
Issue Priority
Priority: 3
Issue Component
Component: Hop Gui