Hello,
The Customer API (Halfords, UK) is in Azure cloud, and they provided the connection details along with Swagger documentation.
I have configured it as below,
A Header parameter (Ocp-Apim-Subscription-Key), which is also required for each Request to their API. I have configured it in custom Parameter section as KeyMode value as Header, but when I test it, the Header parameter is not sent in the actual request, and it is failing to invoke the API (response code 404 received)


Why is the configured custom Header parameter not included in the request? Is there any other way, where we can configure these additional Header parameters.
Thanks,
Srinivas