Alright so I'm revisiting my proxy setup for a new scraping project after that whole payout mess last month, I was using user pass authentication across a pool of datacenter IPs from my usual provider, thought it was the flexible way to go but the connection failures are killing my CR and the logs are showing a ton of auth timeouts especially when I ramp up the threads, it feels like the proxy endpoints are just buckling under the login requests every single time a new IP rotates in I remember some of you guys mentioned just whitelisting your server IPs and skipping the credentials altogether, which seems way simpler but I'm worried about security if my server IP gets leaked somehow, plus I'm not sure if all the proxy providers even support that method for their rotating pools, the data I'm seeing says the user pass overhead adds like 200-300ms per request and when you're making thousands of calls that adds up to a ton of wasted bandwidth and cap, anyone running a similar setup and have a recommendation for a provider that does IP whitelisting cleanly without breaking the bank, or is the user pass headache just part of the game