how to get response headers from internal-requests?

2014-06-09 Thread Amikam Snir
Hi all, Is there a way to get the response headers from internal-requests? p.s. I am using ngx.location.capture(uri) for the internal requests. Thanks in advance. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

sub-request to external resource

2014-06-04 Thread Amikam Snir
Hi all, How can I make sub-request to external resource (without returning it to the user)? The following commands are used only for internal resources: ngx.location.capture ngx.exec any idea? :-) Thanks in advance, ___ nginx mailing list nginx@nginx.o

filter content by checksum

2014-05-24 Thread Amikam Snir
How can I configure nginx to manipulate the content of http-response, for example filtering the content of the response by checksum? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx