_method URL parameter no longer works?

It seems that adding _method=DELETE (for example) in the URL query parameters no longer treats the request as if it was a DELETE instead of GET, which causes problems with jsonp. As a result, the JS SDK is unable to do non-GET requests. Affected endpoints include at least /users/:user/follows/channels/:channel.

This is a pretty huge issue. I don’t want everything connecting to the Twitch API having to proxy through my own servers. Many browsers being used (particularly mobile) still have issues with AJAX POST requests and cross-origin requests.

Thanks for the heads up! I’ll ask the team about this.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.