External Transmission
Medium
- Category
- Data Exfiltration
- Content
**REST API fallback:** ```bash curl -X POST \ "https://api.apify.com/v2/acts/apidojo~twitter-user-scraper/runs?token=$APIFY_TOKEN" \ -H "Content-Type: application/json" \ -d '{"searchTerms": ["founder [SECTOR]", "building [SECTOR] startup", "CEO [SECTOR]", "#buildinpublic [SECTOR]"], "maxItems": 100}'- Confidence
- 96% confidence
- Finding
- This example sends the APIFY_TOKEN in the request URL as a query parameter to an external service. Tokens placed in URLs are commonly captured in browser history, terminal history, monitoring systems, reverse proxies, and server access logs, making credential leakage more likely than header-based authentication.
