Since there is no official public Netflix API anymore, I\'m trying to reverse engineer some things on my own. But I\'m kind of stuck at the login.
What I\'m doing:
There exist a number of approaches that you can use to get Netflix working. You can make you own API which is not that hard. If you intend to have it for your own purposes that will be overkill, but if you intend to have at least some users it is feasible. The main thing you need to remember is that usually a first call is required (to save/get cookie). After that you can login and later display the content to the user or create you own design from the fetched data. Your relevant options:
I use a combination of the first and second option in a project of mine. However, my project is not related to anything close to yours except for that it use cookies, login and API. Good luck!