Hello!
On Tue, Oct 19, 2021 at 04:24:27PM +0300, Sergey A. Osokin wrote:
> Hi Muthu,
>
> On Tue, Oct 19, 2021 at 04:20:58AM -0400, muthualagappanchess wrote:
> >
> > Is there a way to generate cryptographically safe nonce value (random
> > number) with standard ngnix installation without adding
Hello,
I'm glad to announce a new release of NGINX JavaScript module (njs).
This release adds a bunch of long-awaited features.
Notable new features:
- async/await support:
- HTTPS support in Fetch API:
: async function content(r) {
: let results = await Promise.all([ngx.fetch('https://ngin
Hi Muthu,
On Tue, Oct 19, 2021 at 04:20:58AM -0400, muthualagappanchess wrote:
>
> Is there a way to generate cryptographically safe nonce value (random
> number) with standard ngnix installation without adding any other module
> dynamically?
NGINX generates a unique request identifier, please v
Hi Team,
Is there a way to generate cryptographically safe nonce value (random
number) with standard ngnix installation without adding any other module
dynamically?
Regards,
Muthu.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,292631,292631#msg-292631
__