amazon web services - Can you statically set a Header and it's value when setting up an HTTP Proxy using AWS Api Gateway endpoint? -


i creating http proxy using aws api gateway. hard code of headers , values forwarded part of request. thought might possible in 'integration request' portion of proxy setup, can't seem figure out.

i'm trying pass authorization header oauth key. don't want share key clients have access service, since provide subset of access users of specific endpoint.

in integration request, can configure static header value sent integration endpoint putting value inside of single quotes, e.g. 'my_static_header_value'.


Comments