Response Headers

All requests to Site Unblocker return the following headers:

Header name

Description

Sample value

x-smartproxy-task-id

Unique identifier for the created task. Can be used to retrieve the task results later.

7123456789123456789

x-smartproxy-traffic-generated

The number of traffic generated, in bytes.

14285

x-smartproxy-plan-limit

Your plan allowance:

  • If using Pay/GB, this is the amount of traffic, in bytes.
  • If using Pay/request, this is the number of requests.
  • Pay/GB: 2000000000 (2GB plan)
  • Pay/request: 15000 (15k requests plan)

x-smartproxy-plan-remaining

Remaining allowance:

  • If using Pay/GB, this is the amount of traffic left, in bytes.
  • If using Pay/request, this is the number of requests left.
  • Pay/GB: 1999999950
  • Pay/request: 14995