You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to proxy POST calls for a graphql api running on my dev instance, but when I do POST requests, I always recieve: {"error":"Unsupported method POST"}
Visiting pages / GET requests work fine.
I assume this to be a restriction in the proxy, but didn't take a deeper look yet.