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

added GeeksForGeeks #861

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arin17bishwa
Copy link

added https://www.geeksforgeeks.org/ , a coding platform

"uri_check" : "https://www.geeksforgeeks.org/user/{account}",
"e_code" : 200,
"e_string" : "| GeeksforGeeks Profile</title>",
"m_code" : 404,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I get a 307 code that redirects my browser to the 404.html page.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I used Python requests and tried to get an invalid username, and it was returned with 404 as the final response code. If I do response.history it does give me the intermediate 307. wget has the same behaviour.
I am not sure which status code is actually expected.

image

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the project, we use the first response code (307) instead of the final one.

@WebBreacher
Copy link
Owner

Thanks for the submission! A few things to adjust before I can add this to the project. Please see my comments above.

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 this pull request may close these issues.

2 participants