On 03/10/2017 01:00 PM, Dave Lane wrote:
> I don't know much about Symfony or the HTTP_AUTHORIZATION header which
> gets sent and somehow processed by the http-foundation libary.

Are you sure you are passing the header through the nginx proxy?  (I
don't understand your item 4. description above, so maybe that is what
you are describing.) Does it work if you talk directly to the Docker
port bypassing the proxy? If so, you probably need to add something like:

proxy_set_header Authorization $http_authorization;

Or you can experiment by putting a static, base64 encoded "user:pass"
there to start with.


-- 
-- 
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
--- 
You received this message because you are subscribed to the Google Groups "NZ 
PHP Users Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to