I am creating an http proxy using AWS Api Gateway. I would like to hard code some headers and their values that will be sent as part of the request. I thought it was possible in the “Integration Request” section of the proxy server settings, but I cannot figure it out.
I am trying to pass the Authorization header with the oauth key. I do not want to share this key with clients who have access to this service, since I provide only part of the access to users of this particular endpoint.
source share