Hi,
I’m trying consume a REST API with the HTTPRequest activity.
I’m able to authenticate via POST, receive a cookie, and also send these back in the next request together with the ApiKey.
However my GET request needs to set the “Accept: application/hal+json” header to work. This is impossible - I only ever get the application/json response. Is this a bug or does someone have any input?

I tried to reply to similar topics in the Advanced section but I’m not allowed.
The same issue is described here: