trummerjo / pvr.zattoo

Initial Comit
15 stars 9 forks source link

zattoo removed http zapi/watch route #15

Open lian opened 7 years ago

lian commented 7 years ago

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

rbuehlma commented 7 years ago

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

lian commented 7 years ago

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.