POST turning into GET requests, why?

Hello, im encountering something strange when I use a Tyk proxy forwarding towards a VMware API. For some reason my POST requests are executed as GET requests. When I make that same POST request directly to the WMware API, it works as intended.

Do you have any idea why this happens or how to debug it?

So far I haven’t been able to identify any discrepancy that would explain this behavior, but I’m still working on it.

Try using other requests types. Are all requests getting executed as GET requests?

For my case, I’ve a typo in my url (double slashes, e.g. https://tyk_url//some_uri), then everything become GET request :man_facepalming: