0

i am using lua module inside nginx for routing to a stored string. The thing i want to do is to change the values of query string parameters from the stored string. Is there any function which will give me table of query string parameters from a string? And after changing the values, any function to change the values from the string. Thanks

1 Answer 1

1

I think you're looking for ngx.encode_args and ngx.decode_args respectively.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.