Why percent (%) sign is not encoding when I send it in query string
I am sending GET requests from Postman to Nginx server which is gateway for my backend app.
My requests can contain filter
query parameter which is an array of objects:
[{"property":"text_prop","operator":"ilike","value":"dep"}]