I am looking for a way to add support for forwarding API requests to an API that requires X-API-KEY header.
The incoming request to my SOA endpoint uses basic auth but I need to transform the request to use X-API-KEY header. How can I do this?
I am looking for a way to add support for forwarding API requests to an API that requires X-API-KEY header.
The incoming request to my SOA endpoint uses basic auth but I need to transform the request to use X-API-KEY header. How can I do this?