Postman proxy configuration example
Seamless integration with BytesFlows endpoints using standard proxy auth.
config.json
{
"info": {
"name": "Test API with BytesFlows Proxy"
},
"item": [
{
"request": {
"method": "GET",
"header": [],
"url": {
"raw": "https://httpbin.org/ip"
}
}
}
]
}
// Run via Newman CLI:
// newman run collection.json --env-var "HTTP_PROXY=http://YOUR_USER:YOUR_PASS@p1.bytesflows.com:8001"Replace YOUR_USER and YOUR_PASS with your BytesFlows sub-user credentials from the dashboard.
How Postman routes through BytesFlows
Standard proxy forwarding ensures every request exits via clean residential IPs.
β‘
Postman Request
The application or script initiates a request configured with BytesFlows proxy host and credentials.
π
Authentication & Geo
BytesFlows gateway verifies credentials and resolves geo-targeting requirements (-cc-US, -cc-GB, etc.).
π
Residential Exit Node
The request is forwarded through an authentic home broadband IP from our 65M+ pool.
π
Target Destination
The target API or website receives the request with zero datacenter signals or rate limiting.
Supports both rotating mode (new IP per request) and sticky sessions (same IP up to 60 minutes).