Yeah, BIG THANK YOU @Igor Sysoev for giving us this wonderful piece of tech
and all the best for the next adventure (that I, like many others here,
will be very interested in following).
So long, and thanks for all the ... nginx.
A.
On Wed, Jan 26, 2022 at 1:42 PM itpp2012
wrote:
> @Igor Sysoe
Hello Valentin,
On Thu, Nov 22, 2018 at 9:11 PM Valentin V. Bartenev
wrote:
> On Sunday, 18 November 2018 18:06:27 MSK Antoine Bonavita wrote:
> > Hello Valentin,
> >
> > And thank you for your prompt answer. Writing such a http client and
> making
> > it available
Hello Dmitry,
Thanks for your answer. I understand locations can be configured to proxy
to external locations and therefore be used in subrequests from njs. That
is what I am doing for now. I consider this to be a workaround. Before I
explain why, I should explain the basics of my pet project. You
Valentin V. Bartenev
wrote:
> On Saturday, 17 November 2018 17:06:12 MSK Antoine Bonavita wrote:
> > Hello,
> >
> > For a pet project of mine I'm trying to use njs to retrieve data from a
> > number of different sources (URLs really) and assemble them into one
>
Hello,
For a pet project of mine I'm trying to use njs to retrieve data from a
number of different sources (URLs really) and assemble them into one single
response. I tried to implement a proof of concept using subrequest (from
ngx_http_js_module) to do so. I quickly realized that it works only fo