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

Wrong login success check #20

Closed
rishabhsingh971 opened this issue Aug 3, 2019 · 1 comment · Fixed by #25
Closed

Wrong login success check #20

rishabhsingh971 opened this issue Aug 3, 2019 · 1 comment · Fixed by #25
Labels
bug Something isn't working

Comments

@rishabhsingh971
Copy link
Member

Currently login success is checked by comparing request URL with current URL which is not working.
https://github.com/Nullifiers/Hackerrank-Solution-Crawler/blob/master/hsc/crawler.py#L39

@rishabhsingh971 rishabhsingh971 added the bug Something isn't working label Aug 3, 2019
@rishabhsingh971
Copy link
Member Author

Possible solution use POST request instead of GET.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant