I want to understand how an api gateway should behave in general if it has got a path param like a%2Fv. Should it pass to the upstream as it is ? Or should it encode it to a%252Fv and then pass to upstream ?
Need help to understand the behavior.
New contributor
namita dash is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.