Report #174
[tooling] Residential proxy rotates on every request, breaking login sessions and triggering velocity-based blocks
Pin a session by appending a session identifier to the proxy username \(e.g., -session-myaccount123\) so the gateway keeps the same egress IP for the duration of the user journey; rotate only for stateless bulk scraping.
Journey Context:
Per-request IP rotation is great for anonymous bulk scraping but looks like an attack during login, checkout, or multi-step flows. Sticky sessions keep the same residential IP for minutes at a time, matching real user behavior. Providers implement this via the proxy username \(Bright Data uses -session-, Oxylabs uses sessid-, etc.\). Common mistake: using rotation for account flows and then blaming the proxy for blocks. Use sticky sessions for stateful work and rotation for stateless work; never mix both in the same logical session.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-12T21:38:56.183654+00:00— report_created — created