Hi,
So my provider doesn't give out URLs but have located the URL. It logs me in via xstream codes but no streams physically work but they do on their own provided app?
Is this just the provider blocking all apps except their own? Is this actually possible?
Thanks
their app probably adds an authentication token to the URL or they check a certain header. you can try to run the app with bluestacks on your desktop computer and then inspect the requests to their servers with wireshark. you would still have to make your other app send the same requests. this can become complicated if a new value is generated for every requests. then you would have to reverse engineer how this token is generated.