<div dir="ltr">But I might copy-paste the code from ngx_http_headers_filter() to my header filter, right? Or something will blow up eventually?</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 16, 2015 at 4:00 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<span class=""><br>
On Mon, Mar 16, 2015 at 03:48:45PM +0300, Marat Dakota wrote:<br>
<br>
> Well, my problem is that I need these headers (I eat them from my module's<br>
> header filter).<br>
> I use subrequests for API calls. Does this mean that subrequests are the<br>
> wrong way to do so? Do I need to use upstreams instead?<br>
<br>
</span>You can use/test headers that are already present in a response.<br>
But the headers filter module won't add additional headers as it's<br>
goal is to add headers visible in a response.<br>
<div class="HOEnZb"><div class="h5"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx-devel mailing list<br>
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
</div></div></blockquote></div><br></div>