gort818 / qtwebflix

A qt webengine program for netflix
GNU General Public License v3.0
245 stars 29 forks source link

InfinityTV does not automatically switch to https version #61

Open Digitalone1 opened 5 years ago

Digitalone1 commented 5 years ago

Hello, I wanted to try this project for watching something on InfinityTV and it works, but I had a little issue.

First time I added a new provider using http://www.infinitytv.it/ URL. It didn't work and was stuck on loading screen.

That was very weird and I was coming here to write that Infinity does not work on qtwebflix. But after I wanted to try the https URL https://www.infinitytv.it/ and it works properly.

I don't know why, but default URL for Netflix provider is the http one, not https, and it works. So there should be something that prevents Infinity to automatically switch itself into the https version on qtwebflix.

Hope this report can help to improve the project. Bye.

Edit: forgot to mention, OS is Arch Linux and qtwebflix was installed from AUR package.

gort818 commented 5 years ago

I could implement an https switcher.. I wouldn't consider it to be a big deal but I will think about it, Thanks!

Digitalone1 commented 5 years ago

Do you have any idea why it does not switch automatically? In whichever browser if I go on the http version, the server automatically redirects me to the https one. Why is this not happening in qtwebflix?

gort818 commented 5 years ago

I am not sure if that is browser functionality or the hosting server doing redirects to https.

Digitalone1 commented 5 years ago

It's the hosting server, but it works in the browsers.