Encoded Graphql persistent query not working in dispatcher
I have a following graphql persistent query
When I try to hit this url via AMS dispatcher it reconstructs the url to
Due to which the query is returning 500 error.
What configuration I should do in AMS dispatcher so that url doesn't gets decoded?
I have even added "AllowEncodedSlashes On" in the virtual host file.