Prevent Dreamfactory from double encoding URL parameters

I have an HTTP service configured and I am trying to do a GET through Dreamfactory that requires a URL parameter that needs URL encoding (e.g. " -> %22). My client side HTTP request will encode the URL parameters as it should, but then Dreamfactory will encode them again making something like %22 turn into %2522, since it is encoding the ‘%’.

I don’t think it is correct to try to fix this on the client side and send in a URL that is not correctly encoded. Is there an option to tell Dreamfactory to not encode the parameters as they transit the gateway?

1 Like

Its so good to see that DreamFactory team have a nice configuration for this feature.

when I am sending the custom written request it works (basic testing of feature). but when I copy paste the URL it does not work as its URL encoded !!
I agree with @efunneko that DF should not double encode it.