lura icon indicating copy to clipboard operation
lura copied to clipboard

I want to forward parameter with no url decoding to the backend

Open gokcesurenkok opened this issue 5 years ago • 0 comments

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 ?

gokcesurenkok avatar Nov 19 '19 07:11 gokcesurenkok