Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How to ask a BOT trick questions to find out if it’s really a BOT? ?
Or, is there any kind of computer language code to throw at a bot to make the bot reveal something?
3 Answers
- Barkley HoundLv 71 month agoFavorite Answer
What is the type of application?
For a webpage you can have an iframe that renders after the page is displayed. A bot scanning the raw HTML can not see it. That is how a Captcha with only a checkmark works.
- Anonymous1 month ago
A well-written bot won't be susceptible to code injection. Even if it was, you would need to know what language the bot was written in.
That said, simply injecting code into your query would likely prompt a real person to say "WTF does that mean?", while a bot would usually have a generic canned answer, like "I'm not sure how to answer that."