I’d love a “URL” encoder/mapper. There’s already the “Form URL serializer”, but that works differently (a space becomes a + instead of %20, etc.).
The use-case for this is that there are a few systems requiring you to send a JSON inside the URL, but specifically inside a particular parameter. That’s currently impossible to combine within the HTTP Transformer.
Workaround for now is just creating the filterstring yourself and pasting that into the HTTP Transformer, but that’s not that great for readability.
At the moment, we cannot give you any estimation of when the feature will be available in the future. However, once it is released, we will be sure to include it in our Release notes.
Feel free to let us know if you have any other feedback.