Hi folks,
I'm creating adwords campaigns using the java
client library published by google. This works fine during development. However, when deploying my service on production, all incoming and outgoing requests need to pass through our own proxy. This proxy looks at some of the custom headers we use internally and then forwards the request to the internet. My questions are as follows:
1. When I'm using the client library, I would like to be able to plugin my own custom http client that makes the requests, is such a thing possible?
2. In case I cannot do 1. , is it possible to set custom headers on the requests that the client library makes ?
Thank you in advance!!