-
Notifications
You must be signed in to change notification settings - Fork 291
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
Add Poe.com #840
Add Poe.com #840
Conversation
Thanks for the submission but I'm very sure this will not work within our project due to the site being being Cloudflare's anti-bot features. Can you test visiting to https://poe.com/profile/spaustin without getting Cloudflare prompted? |
I've visited the link you provided and didn't receive Cloudflare prompts in Chrome and Firefox using regular and incognito versions. And I don't recall seeing such prompts before on this website. |
wmn-data.json
Outdated
"name" : "Poe.com", | ||
"uri_check" : "https://poe.com/profile/{account}", | ||
"e_code" : 200, | ||
"e_string" : "\"__isNode\": \"PoeUser\"", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please remove the space between the : \"
so this is \"__isNode\":\"PoeUser\"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In both commandline curl and web browser, I see no space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed the spaces, and in m_string as well
thanks for the submission! |
No description provided.