pvr.zattoo
pvr.zattoo copied to clipboard
zattoo removed http zapi/watch route
change string jsonString = HttpPost("http://zattoo.com/zapi/watch", dataStream.str());
to string jsonString = HttpPost("https://zattoo.com/zapi/watch", dataStream.str());
This will not work. The current Http Implementation does not support HTTPS. Using Kodis' CURL implementation does not work neither due to their cookie handling
aw too bad, changing to https fixed my zattoo tool. hoped it helps pvr.zattoo too. but at least you don't have to debug now why its failing. have to somehow get all those calls to https, then it works again.