Request GET to POST transformation into JSON

Hi!

Assessing whether Kong is right for us…

We have an important use case in transforming a GET request ?key1=value1&key2=value2
into POST, with the body { “key1”: “value1”, “key2”: “value2” }.

How would you go about this with Kong?

Jarmo Sorvari
Finland