<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<p>Hi,</p>
<p>You can try to use `<span class="pl-c1">ngx_http_subrequest</span>` (don't know how good it works for not an nginx location (or named location)).</p>
<p>For example see some module used that (ex.: https://github.com/sebres/nginx/blob/hg-mirror/src/http/modules/ngx_http_auth_request_module.c#L189).</p>
<p>You can also try to use a board directive `post_action` using pure nginx-config solution, without writing own module - adding it to your location should call external service specified within (but if I'm not mistaken still unsupported/undocumented feature).</p>
<p>Regards,<br />sebres</p>
<p>04.08.2015 16:34, wrote sunil mallya:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<div dir="ltr">Hey folks,
<div> </div>
<div>Can someone point a code snippet on how I could make a http call to an external service within my module. I believe I should be able to reuse some of the code in ngx_proxy but unclear about the pitfalls. </div>
<div> </div>
<div>Muchos Gracias,
<div class="gmail_signature">Sunil Mallya<br />
<div>@sunilmallya</div>
</div>
</div>
</div>
<br />
<pre>_______________________________________________
nginx-devel mailing list
<a href="mailto:nginx-devel@nginx.org">nginx-devel@nginx.org</a>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a>
</pre>
</blockquote>
</body></html>