NREL / api-umbrella

Open source API management platform
MIT License
2.02k stars 325 forks source link

Passing Bearer Authentication Tokens for external APIs #514

Open pkovoor opened 4 years ago

pkovoor commented 4 years ago

I am unable to find any documentation on passing the Authentication Headers like Bearer tokens required to access an external API . Can someone let me know if this is possible? Thanks.

devpcs commented 4 years ago

It should, Barer is a header value, Reverse proxy simply sends all the header fields to the server and vice-versa.