lua-resty-openidc
lua-resty-openidc copied to clipboard
Send Authorization to backend
Hi! Could you help me please? Is it possible to send Authorization header to app behind the nginx? Thank you!
This really is an nginx question more than a lua-resty-openidc one. By "the app behind nginx" I assume you've got an application for which nginx acts as reverse proxy using the proxy module. In that case proxy_set_header
is your friend.