pvr.zattoo icon indicating copy to clipboard operation
pvr.zattoo copied to clipboard

zattoo removed http zapi/watch route

Open lian opened this issue 7 years ago • 2 comments

change string jsonString = HttpPost("http://zattoo.com/zapi/watch", dataStream.str()); to string jsonString = HttpPost("https://zattoo.com/zapi/watch", dataStream.str());

lian avatar Apr 20 '17 13:04 lian

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

rbuehlma avatar Apr 20 '17 14:04 rbuehlma

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.

lian avatar Apr 20 '17 17:04 lian