Nginx – Is there a lua equivalent of the javascript encodeURI() function?
I am currently using openresty nginx to proxy requests to an origin. I want to escape any unsafe characters in the uri of the request. Basically, I am looking for a lua equivalent for the encodeURI() javascript function. Is there…