When you’re dealing with a massive volume of requests, keeping track of individual responses can be challenging. Enter C-Tag, a simple yet powerful solution that improves request tracking.

With C-Tag, users include a unique c_tag flag in their requests. In response, businesses echo back the same tag in the header. This seamless exchange ensures that each response is bound to its corresponding request, eliminating confusion and streamlining data management.

Add any C-Tag text in your request and get the identical sting in your response header:

curl "http://target.site" \
  --proxy brd.superproxy.io:22225 \
  --proxy-user brd-customer-<CUSTOMER_ID>-zone-<ZONE_NAME>-c_tag-<C_TAG_VALUE>:<ZONE_PASSWORD>