How can I use XMLHttpRequest on the mobile extension?

The only difference between hosted test and release is who can see the extension*
The only difference between localtest and hosted test is where the files are

  • Some Twitch API’s not withstanding (live_activated_channels)

So Client Side code such as XMLHttpRequest works regardless of the state of the extension because it’s client side code

Twitch doesn’t block XMLHttpRequests from working so I don’t know what the problem is.

The only real rule is that the thing you are XMLHttpRequesting needs to be on SSL and support CORS, but thats the same regardless of if it’s on Mobile or Desktop

1 Like