Published on

How to use same Proxy IP address per session in BrightData

Authors

When working with a proxy, sometimes you might want to retain the same IP address for an entire session.

Here is how to use that for the proxy provided by BrightData

Solution

Just append session-{YOUR_SESSION_ID} in the username

curl --proxy brd.superproxy.io:22225 --proxy-user brd-customer-{YOUR_CUSTOMER_ID}-zone-{YOUR_ZONE}-session-{YOUR_SESSION_ID}:{YOUR_PASSWORD} "http://lumtest.com/myip.json"

That's pretty much it.

Reference

Happy proxying IP!