Re: Removing Null Character from Query Parameter

2020-06-26 Thread anish10dec
Module is fixed now https://github.com/kaltura/nginx-akamai-token-validate-module/issues/18 Thanks Posted at Nginx Forum: https://forum.nginx.org/read.php?2,288455,288478#msg-288478 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mail

How to call a named location in nginx upon 200 status from upstream server

2020-06-26 Thread Latha Appanna
Hello, I want to call REST endpoint after successful (200/201) status from upstream server. For error cases, I know we can use error_page/try_files etc. But for success cases, I did not find any directive to use. I read about `mirror` which can be used to call another server before making the cal