URL Rewrite Along With Method Transform

Hi folks,

I’m new to Tyk and having some difficulty using a URL rewrite along with method transform on the Tyk dashboard. I’m not even sure if this is possible, but what I want to do is:

Input to Tyk: POST request
URL: https://cloud.tyk.io/endpoint
Body:
{
“param1”: “value1”,
“param2”: “value2
}

Output from Tyk should be: GET request
URL: https://website.com?var1=**value1**&var2=**value2**

Can I do this through the Tyk dashboard? I’ve tried using the advanced URL rewrite with match type = Payload but didn’t have any luck. Any guidance would be appreciated. Thanks!

Hi, worth considering the execution order, in case that is causing an issue: Request Middleware Chain