Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reCAPTCHA on Netflix login page causing authentication failures #37

Open
davenpcj5542009 opened this issue Oct 10, 2020 · 0 comments · May be fixed by #41
Open

reCAPTCHA on Netflix login page causing authentication failures #37

davenpcj5542009 opened this issue Oct 10, 2020 · 0 comments · May be fixed by #41

Comments

@davenpcj5542009
Copy link

Netflix has added reCAPTCHA to the login page. Normal login requests which do not specify the reCAPTCHA token fail with an error: Looks like you have disabled JavaScript. Please enable JavaScript to restore full page functionality.

With the fix to issue #20 so the errors are actually displayed. Without the fix to #20, the Cannot read property 'data' of undefined error occurs.

Manually reproducible with REST client (replace credentials).
POST https://www.netflix.com/login
Headers: Content-Type: application/x-www-form-urlencoded
Body: authURL=1602031038160.7HDcdjZ9oafiUcJk%2BSiqxFd%2ByCM%3D&countryCode=%2B1&action=loginAction&mode=login&flow=websiteSignUp&nextPage=&countryIsoCode=US&userLoginId=netflixuser%40email.com&password=secret

@LBBO LBBO linked a pull request Feb 17, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant