What is Canary Token in HTML?
A canary token in HTML is a unique, hidden string or element injected into a webpage's DOM specifically to identify automated scrapers. Invisible to human users via CSS or positioning, these tokens are readily ingested by naive parsers. If your pipeline extracts the token and includes it in a dataset, or triggers a subsequent request using it, the target server instantly identifies your session as a bot and poisons your downstream data.