<div dir="ltr">Thanks Dmitry.<div><br></div><div>I want to make a REST API call which is on a different server to fetch a property.</div><div><br></div><div>And add the property to the request from client and proxy it </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 3, 2019 at 11:09 PM Dmitry Volyntsev <<a href="mailto:xeioex@nginx.com">xeioex@nginx.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
On 03.06.2019 20:27, <a href="http://naidile.pn" rel="noreferrer" target="_blank">naidile.pn</a> wrote:<br>
> Hi Team,<br>
> <br>
> Can you please let me know how to make external API calls within the JS <br>
> method.<br>
<br>
<br>
Hi Naidile,<br>
<br>
what do you mean by external API calls?<br>
<br>
<br>
> I actually want to make API calls and modify the request before proxy <br>
> passing th e request to a up stream server.<br>
<br>
<br>
It is considered to a bad practice to modify client request directly.<br>
Instead you can create a subrequest <br>
(<a href="http://nginx.org/en/docs/njs/reference.html#subrequest" rel="noreferrer" target="_blank">http://nginx.org/en/docs/njs/reference.html#subrequest</a>) and modify it <br>
in a sublocation. See as an example <br>
<a href="https://github.com/xeioex/njs-examples#subrequests-join" rel="noreferrer" target="_blank">https://github.com/xeioex/njs-examples#subrequests-join</a><br>
<br>
> <br>
> Thanks,<br>
> Naidile<br>
> <br>
> _______________________________________________<br>
> nginx-devel mailing list<br>
> <a href="mailto:nginx-devel@nginx.org" target="_blank">nginx-devel@nginx.org</a><br>
> <a href="http://mailman.nginx.org/mailman/listinfo/nginx-devel" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx-devel</a><br>
> <br>
</blockquote></div>