<div dir="ltr"><div>Hi,</div><div><br></div><div>thank you!</div><div>My module is basically for resource protection.</div><div>I have already running  my module on other servers also.<br></div><div>My module follow below steps.</div><div>-Generate cookie and write in response header<br></div><div>-read from header when cookie is needed</div><div><br></div><div>IIS have API setheader() to set header  and getheader() to get header.</div><div>Apache have apr_table_get() to get value from header and apr_table_set() to set the value in header.</div><div><br></div><div>Do we have similar APIs in nginx?</div><div><br></div><div>How i can achieve same kind of behavior in nginx?</div><div><br></div><div>Regards,</div><div>Pankaj </div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 4, 2016 at 7:16 PM, Valentin V. Bartenev <span dir="ltr"><<a href="mailto:vbart@nginx.com" target="_blank">vbart@nginx.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Wednesday 27 April 2016 21:51:33 Pankaj Chaudhary wrote:<br>
> Hi,<br>
> Thank you,<br>
> I got this point.<br>
> But in my case i need to set cookie value in header later read from header<br>
> the same value.<br>
> Is any example which i can follow for my requirement, can you suggest<br>
> please.<br>
><br>
<br>
</span>I believe there are no examples for your requirement, since it's not<br>
something that is expected to be done with headers.<br>
<br>
As I've already wrote before, saving and accessing the same value from<br>
headers structure is a bad idea.  I don't understand the reason why<br>
someone ever wants to access his own value such a strange way.<br>
<br>
Maybe if you clarify what the purpose of your module is, a better solution<br>
will be found.<br>
<div class="HOEnZb"><div class="h5"><br>
  wbr, Valentin V. Bartenev<br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</div></div></blockquote></div><br></div>