I have created an API in WSO2 API Manager and I want to add a custom header when API gateway receive the request and set the custom header to the API and pass it to back end. for example when API gateway receive the request for every request of this type adds "My-Header : xxxxx" to the request and pass it to back end.
How is it possible ?
