in reply to getting cookies from nginx set as proxy

If it's not in the %ENV then it's probably not passing it which means it's an nginx question not a Perl one. This is where I'd start—proxy_cookie_domain—and read everything related to cookies in the other proxy module docs.

Update: since you didn't give details I'll add nginx out of the box does not support CGI.

  • Comment on Re: getting cookies from nginx set as proxy

Replies are listed 'Best First'.
Re^2: getting cookies from nginx set as proxy
by Artimus (Sexton) on Oct 05, 2015 at 15:15 UTC

    I don't use CGI)

    Guess this information is more suitable: http://nginx.org/ru/docs/ngx_core_module.html#env

    Meanwhile I still haven't succeeded detecting any new variables in ENV))

      I don't use CGI ...

      What are you using? Why are you looking for cookies in %ENV, why do you want cookies in %ENV?

        I am using our corporative mojo-like framework. I asked the developer of it and solved the problem.

        why not?) The first idea how to pass variables between complex application and nginx was %ENV. Maybe I'm stupid-_- The only thing I was caring about this way is %ENV would be the bottleneck in the project