Changes between Initial Version and Version 1 of Ticket #2198, comment 4


Ignore:
Timestamp:
06/07/21 09:21:04 (3 years ago)
Author:
llevier@…

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2198, comment 4

    initial v1  
    2222
    2323That is my point...
     24
     25Now if that is not expected that changing authorization header at /auth_request site is returned to the caller, it is a real improvement to be considered. With this, NGinx can be turned to an Rproxy with ACLs, just with simple back-end scripts...
     26
     27Please notice I tried a hack supposed to work, it works more or less. I added to the location /subdir:
     28 auth_request_set $auth_header $upstream_http_authorization;
     29  proxy_set_header Authorization $auth_header;
     30
     31Thanks
     32
     33Brgrds