This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
I'm using Apigee SDK as well as other APIs.
I see that Apigee is always adding its headers to every HTTP request that goes out, whether the request needs them or not. This is causing issues when using other CORS APIs which don't support these headers, like the Dropbox API.
Access-Control-Request-Headers: authorization,x-apigee-client-app-name,x-apigee-client-device-id,x-apigee-client-org-name,x-apigee-client-request-id,x-apigee-client-session-id,x-dropbox-request-id
How to prevent these headers being sent to other non-Apigee APIs?