lura
lura copied to clipboard
I want to forward parameter with no url decoding to the backend
Hi , I am running krakend on my on-prem kubernetes cluster, i have a service with an endpoint which can handle url encoded path parameters
example : "/suggestion/suggest/7%2f24"
but when i defined this endpoint as a backend of a service on krakend, it forwards the parameter as decoded , so that it fails.
is there any configuration to prevent this ?