Hi,
I have a target server which requires a Basic Auth header i.e "Authorization : Basic XXXXXX" and in our organization to make calls through Migrogateway, we are using Oauth token with header "Authorization : Bearer XXXXXXXXXXX" instead of x-api-key header.
My problem is how to make call via microgateway to the proxy created for such a target server. Since Microgateway cant access the header added by any policy on APIGEE EDGE.
Please let me know if such a custom microgateway plugin exists or do I need to write a cusom plugin myself to solve this issue.
P.S I cannot change Oauth to use x-api-key header as this is an organization standard.