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?