DEFAULT_USER_AGENT
@forge/monorepo / backend/src / DEFAULT_USER_AGENT
Variable: DEFAULT_USER_AGENT
constDEFAULT_USER_AGENT:"ForgeBot/1.0 (+https://forge.riseexperts.de/integrations/scrape)"="ForgeBot/1.0 (+https://forge.riseexperts.de/integrations/scrape)"
Defined in: backend/src/toolkit/ssrf.ts:52
How this identifies itself, honestly.
A real name and a URL that explains what it is, because the alternative — impersonating a browser — is the bot-detection evasion this package declines to do, and because a site that wants to refuse a crawler should be able to. Several sites answer a missing User-Agent with a 429 that is not a rate limit, so sending nothing is not an option either.