#Captcha vs. downloading information from the site
10 messages · Page 1 of 1 (latest)
That's because, when Discord (or other platforms) embed the image like this, they send a request from their server to try to get the image. If that request is challenged by a captcha, they can't embed the image. In whatever rule you have created to always show the captcha, you should add an exception for "Good bots". This will let sites like Discord go through.
Discord is not a verified bot
Are you serious?
, that's silly
the embedding proxy isnt following robots.txt
so it doesnt qualify
also they use generic AWS, GCP etc
this is my check for discord:
(
(ip.geoip.asnum in {14618 15169 396982})
and (http.user_agent in {"Mozilla/5.0 (compatible; Discordbot/2.0; +https://discordapp.com)" "Mozilla/5.0 (Macintosh; Intel Mac OS X 11.6; rv:92.0) Gecko/20100101 Firefox/92.0"})
)
first UA is the embed proxy
2nd is the image proxy