I have problem with Authorization in the Header. I am using OAuth2 (Authorization: Bearer XXXXX) to the proxy and already have an existing Basic Auth (Authorization: Basic XXXXX) to the target server.
How can I parse two Authorizations in Apigee and run on Postman to view?