> ## Documentation Index
> Fetch the complete documentation index at: https://brightdata-ipv6-release.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Proxy errors troubleshooting

> Explore the catalog of Bright Data HTTP errors, including error codes, descriptions, and actions to resolve common proxy issues.

<Tip>
  This article addresses all proxy errors **originating from BrightData**. While using our proxies, you may encounter errors that **do not originate from Brightdata**. To identify the source of the error, check if the response headers include BrightData error fields (seen below). Ensure you receive all response headers by following the instructions as seen below (-v flag).

  If the error response lacks BrightData error header fields, the issue is unrelated to BrightData and instead you should refer to [How to overcome website blocking](https://docs.brightdata.com/proxy-networks/website-blocking).
</Tip>

## Bright Data HTTP Errors

## HTTP Header Fields

The following fields are returned upon and `HTTP` or `HTTPS` requests:

| Field            | Description                                | Examples                                                                                                                                                         | REST API Field Name |
| ---------------- | ------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------ |
| `HTTP Error`     | The protocol error numbers                 | `404` or `502`                                                                                                                                                   | status\_code        |
| `x-brd-err-code` | Bright data module and error code number   | `client_10001`                                                                                                                                                   | error\_code         |
| `x-brd-error`    | Bright data main error message             | Authentication failed                                                                                                                                            | error               |
| `x-brd-err-msg`  | Bright data elaborated message and actions | Authentication failed. Check your credentials or your account status in [https://brightdata.com/cp/settings/billing](https://brightdata.com/cp/settings/billing) | error\_message      |

### Getting HTTP header fields

#### Testing from command line

To view and test your settings, or restoring an issue, you can run a `curl` command from your shell prompt and add the option flag `-v` or `i`. These flags will run curl in verbose mode and print out the header fields, including the custom error code and message.

```
curl -v [rest of curl command options]
```

To see a more compact view with the header fields response only use the `-i` option for curl:

```
curl -i [rest of curl command options]
```

Alternatively, you can use the `nc` command to get the fields printed to screen:

```
echo "[tcp nc inputs]" | nc -C -v brd.superproxy.io 33335
```

<Note>
  nc inputs may include "empty" lines, those are essential for correct testing using nc command
</Note>

#### `curl` Command snippet

`curl` command snippet, with all required zone parameters is available in the **Overview** tab in Bright Data control panel for the zone you are working on.

#### Accessing via programming language

Bright Data HTTP header fields can be accessed thru your programming language, as any other HTTP header field.

#### Accessing via Bright Data's Proxy REST API

Bright data offers a REST API to access its proxy networks as well as the Unlocker product and our SERP for targeting search engines. The error field names are slightly different , yet the content is identical.

Example response:

```
"status_code": 407,
"status_message": "Proxy Authentication Required",
"error": "Proxy Authentication Required",
"error_message": "No proxy credentials provided. Please add credentials and try again.",
"error_code": "client_10010"
```

## Error Catalog

### HTTP Error 400

When Using the Data center/ISP or gIPs products with the `-ip-x.x.x.x` targeting flag, the error code `400` can appear in case the IPs under your zone has been refreshed, removed, or simply changed due to system updates

<Note>
  This error typically arises after your BrightData account has been recently suspended.
  An automatic suspension occurs if your account balance becomes negative.
  If the suspension extends beyond 24 hours, the static allocated IPs will be released from your account.
  Upon reactivation, the reallocated IPs may differ from the original ones, thus if the previously allocated IPs are still being targeted - this error is thrown.
</Note>

Whenever this error appears, you should go to your Bright Data Zones page, and view the updated list of IPs relevant to this zone.

<AccordionGroup>
  <Accordion title="client_10060">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Proxy Error: ip\_requested\_not\_allocated\_by\_customer
        </tr>

        <tr>
          x-brd-err-msg

          Requested IP `##.##.##.##` is not allocated to this zone. Select an IP that is allocated to this zone or skip the -ip parameter in proxy username
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10061">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Peer not found
        </tr>

        <tr>
          x-brd-err-msg

          No proxy found in selected default countries: %Countries\_list%. Please revise your default country selection or use `-country` flag to another country and override default settings. Read more here: [https://docs.brightdata.com/api-reference/proxy/geolocation-targeting](https://docs.brightdata.com/api-reference/proxy/geolocation-targeting)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10062">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Peer not found
        </tr>

        <tr>
          x-brd-err-msg

          No super proxy found in selected country %COUNTRY\_CODE%. Please try another another country or omit the -country flag completely if applicable. Read more here: [https://docs.brightdata.com/api-reference/proxy/select\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_super\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_proxy\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_in\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_specific\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_country](https://docs.brightdata.com/api-reference/proxy/select\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_super\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_proxy\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_in\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_specific\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_country)
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

### HTTP Error 401

These are the `x-brd-err-code` values for HTTP error 401:

<AccordionGroup>
  <Accordion title="client_10050">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Auth failed: IP blacklisted \[IP]
        </tr>

        <tr>
          x-brd-err-msg

          Auth Failed IP blacklisted: \[IP]. [Check FAQ: how to blacklist/whitelist ips and domains?](https://docs.brightdata.com/proxy-networks/faqs#how-to-whitelist-blacklist-ips-and-domains) to resolve
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

### HTTP Error 402

These are the `x-brd-err-code` values for HTTP error 402:

<AccordionGroup>
  <Accordion title="policy_20130">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Residential Failed `bad_endpoint`
        </tr>

        <tr>
          x-brd-err-msg

          Residential Failed (`bad_endpoint`) - Requested site is not available for immediate residential (no KYC) access mode due to the fact that `%HTTP_METHOD%` requests are not allowed.

          To get full residential access for targeting this site, Fill in the KYC form: [https://brightdata.com/cp/kyc](https://brightdata.com/cp/kyc)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20140">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Residential Failed `bad_endpoint`
        </tr>

        <tr>
          x-brd-err-msg

          ﻿﻿﻿Requested site is not available for in Immediate Access mode for Bright Data residential network due to violation of target's robots.txt. To gain full access follow the instructions in: ﻿[https://docs.brightdata.com/proxy-networks/residential/network-access](https://docs.brightdata.com/proxy-networks/residential/network-access)
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

### HTTP Error 403

HTTP 403 response code means you are forbidden from accessing a **valid** URL. The server processed the request, but it can't fulfill the request either due to the way the request was sent by the client or due to Bright Data policy, blocking target access.

These are the `x-brd-err-code` values for HTTP error 403:

<AccordionGroup>
  <Accordion title="client_10070">
    <table>
      <tbody>
        <tr>
          x-brd-error

          No Protocol
        </tr>

        <tr>
          x-brd-err-msg

          Protocol was missing from original request. Please add either HTTP or HTTPS and retry.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10080">
    <table>
      <tbody>
        <tr>
          x-brd-error

          No Destination Host
        </tr>

        <tr>
          x-brd-err-msg

          No destination host. Destination host is missing or incorrect. Check your request parameters and try again
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10090">
    <table>
      <tbody>
        <tr>
          x-brd-error

          You are trying to use Scraping Browser zone as regular proxy
        </tr>

        <tr>
          x-brd-err-msg

          You are trying to use Scraping Browser zone as regular proxy. A browser should be used to access this zone. See [Scraping Browser](https://docs.brightdata.com/scraping-automation/scraping-browser/introduction) for information on how to access your scraping browser zone
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10130">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: this super proxy is allowed to be used only for China domains via China peers. Otherwise use brd.superproxy.io.

          For more details review the following: [https://docs.brightdata.com/proxy-networks/mobile/faqs#how-to-browse-chinese-sites-by-using-chinese-residentials-ips](https://docs.brightdata.com/proxy-networks/mobile/faqs#how-to-browse-chinese-sites-by-using-chinese-residentials-ips)
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: this super proxy is allowed to be used only for China domains via China peers. Otherwise use brd.superproxy.io.

          For more details review the following: [https://docs.brightdata.com/proxy-networks/mobile/faqs#how-to-browse-chinese-sites-by-using-chinese-residentials-ips](https://docs.brightdata.com/proxy-networks/mobile/faqs#how-to-browse-chinese-sites-by-using-chinese-residentials-ips)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10250">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: You tried to target %HOST% but got blocked
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target %HOST% but got blocked since this host is not an allowed target in your zone's whitelist security setting. Please add this host to your whitelist or delete all content from whitelist to allow all targets.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10260">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: You tried to target %HOST% but got blocked
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target %HOST% but got blocked since this host is explicitly blocked target in your zone's blacklist security setting. Please remove this host from your blacklist or delete all content from blacklist to allow all targets.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20010">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Bad protocol
        </tr>

        <tr>
          x-brd-err-msg

          The protocol you are using to access our proxy is not supported. Bright data supports HTTP, HTTPS & SOCKS5 upon special approval. Please fix your protocol and try again
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20020">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Bad port
        </tr>

        <tr>
          x-brd-err-msg

          Bad Port used. Ports we support: [https://docs.brightdata.com/proxy-networks/faqs#how-to-see-supported-ports-and-protocols](https://docs.brightdata.com/proxy-networks/faqs#how-to-see-supported-ports-and-protocols)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20050">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: target site requires special permission. Contact BrightData for assistance
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: target site requires special permission.

          You are trying to access a target site which is not permitted by our compliance policy. In order to gain access you may need to undergo a KYC process, you can do so by filling in the form: [https://brightdata.com/cp/kyc](https://brightdata.com/cp/kyc)

          If you have already completed the KYC approval, please contact your account manager for further details.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20051">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: target site requires special permission. Contact BrightData for assistance
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: target site requires is a government site and requires special permissions to access.

          In order to gain access you may need to undergo a KYC process, you can do so by filling in the form: [https://brightdata.com/cp/kyc](https://brightdata.com/cp/kyc)

          If you have already completed the KYC approval, please contact your account manager for further details.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20080">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: request needs to be made using residential network
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You are accessing a domain which is not permitted to access by Bright Data Datacenter or ISP networks. Please retry your request using a Residential network zone.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20090">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: requests to this domain are blocked using the proxy networks, please get access via a Web unlocker zone or IDE tools, or contact your account manager to assist
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: requests to this domain are blocked using the Datacenter, ISP and Residential proxy networks, please get access via a Web unlocker zone or IDE tools, or contact your account manager for further assistance
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20030">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: target blocked
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target [www.somehost.com](http://www.somehost.com) but got blocked.

          It can be related to your blacklist or whitelist settings or the target site is not allowed by Bright Data policy.

          Read more: [https://docs.brightdata.com/proxy-networks/faqs#what-is-error-code-403](https://docs.brightdata.com/proxy-networks/faqs#what-is-error-code-403)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20000">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Access denied: \<URL> is classified as \<category> and blocked by Bright Data
        </tr>

        <tr>
          x-brd-err-msg

          Access denied: `%URL%` is classified as `%CATEGORY%` and blocked by Bright Data as it might breach Bright Data usage policy.

          For more details review the following: [https://docs.brightdata.com/proxy-networks/residential/network-access#residential-proxy-network-policy](https://docs.brightdata.com/proxy-networks/residential/network-access#residential-proxy-network-policy)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20230">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Country %COUNTRY% is not permitted for targeting, please modify to a different country
        </tr>

        <tr>
          x-brd-err-msg

          Country %COUNTRY% is not permitted for targeting, please modify to a different country
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20250">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: You tried to target %HOST% but got blocked.
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target %HOST% but got blocked by Bright Data policy settings. Either this website is forbidden by Bright Data policy or your account doesn't have the right permission to access it.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20251">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: You tried to target %HOST% but got blocked.
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target %HOST% but got blocked by Bright Data policy settings. Either this website is forbidden by Bright Data policy or your account doesn't have the right permission to access it.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20260">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: You tried to target %HOST% but got blocked.
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target %HOST% but got blocked by Bright Data policy settings. Either this website is forbidden by Bright Data policy or your account doesn't have the right permission to access it.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20261">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: You tried to target %HOST% but got blocked.
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: You tried to target %HOST% but got blocked by Bright Data policy settings. Either this website is forbidden by Bright Data policy or your account doesn't have the right permission to access it.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20031">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden: Target %HOST% is blocked.
        </tr>

        <tr>
          x-brd-err-msg

          Forbidden: target %HOST% is blocked by Bright Data. Target host provides web service or information of Bright Data and our proxies cannot be used to target it.

          For further assistance please contact [support@brightdata.com](mailto:support@brightdata.com)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20040">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Forbidden host
        </tr>

        <tr>
          x-brd-err-msg

          Destination host is blocked either by Brightdata in accordance with our compliance policy or by your account rules' configuration.
          Please check if this domain is allowed for targeting by this zone in the zone settings:
          [https://brightdata.com/cp/zones/%ZONE\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_NAME%/access\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_params?id=%ACC\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_ID%](https://brightdata.com/cp/zones/%ZONE\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_NAME%/access\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_params?id=%ACC\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_ID%)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20240">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Proxy port %PORT% is restricted. Contact Bright Data support
        </tr>

        <tr>
          x-brd-err-msg

          Proxy port %PORT% is restricted. Contact Bright Data support
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20110">
    <table>
      <tbody>
        <tr>
          x-brd-error

          <td>
            Forbidden SERP domain
          </td>
        </tr>

        <tr>
          x-brd-err-msg

          <td>
            Destination host is blocked either by Brightdata in accordance with our compliance policy or by your account rules' configuration. Please check if this domain is allowed for targeting by this zone in the zone settings: [https://brightdata.com/cp/zones/%ZONE\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_NAME%/access\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_params?id=%ACC\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_ID%](https://brightdata.com/cp/zones/%ZONE\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_NAME%/access\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_params?id=%ACC\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_ID%)
          </td>
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

### HTTP Error 407

If you get HTTP error 407, this implies there is an error in authentication. This can be due to incorrect credentials or due to your account being suspended.

<AccordionGroup>
  <Accordion title="client_10000">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Authentication failed
        </tr>

        <tr>
          x-brd-err-msg

          Invalid authentication: check credentials and retry.

          Bright Data credentials include your account ID, zone name and password
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10001">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Invalid Auth
        </tr>

        <tr>
          x-brd-err-msg

          Invalid authentication: check credentials and retry
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10002">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Auth failed: Zone not found.
        </tr>

        <tr>
          x-brd-err-msg

          Authentication failed: zone not found.

          Zone name used is either misspelled, or zone is disabled or deleted.

          Check your inputs, and validate zone is "Active" in Bright Data control panel, or use our API to get current zone status: [Get Active Zones](https://docs.brightdata.com/api-reference/account-management-api/Get_active_Zones)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10010">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Proxy Authentication Required
        </tr>

        <tr>
          x-brd-err-msg

          No proxy credentials provided. Please add credentials and try again.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10020">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Account is suspended. [Login](https://brightdata.com/cp/setting/billing) to activate your account
        </tr>

        <tr>
          x-brd-err-msg

          Account is suspended. [Login](https://brightdata.com/cp/setting/billing) to activate your account
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10030">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Authentication failed
        </tr>

        <tr>
          x-brd-err-msg

          You are not allowed to access our API via this IP. Please verify your settings or whitelist this IP.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10040">
    <table>
      <tbody>
        <tr>
          x-brd-error

          KYC Required. Please visit [http://brighdata.com/cp/kyc](http://brighdata.com/cp/kyc) and ensure you are verified
        </tr>

        <tr>
          x-brd-err-msg

          KYC Required. Please visit [http://brighdata.com/cp/kyc](http://brighdata.com/cp/kyc) and ensure you are verified
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20120">
    <table>
      <tbody>
        <tr>
          x-brd-error

          IP parameter \<IP> is incorrect, use correct format in the IP parameter
        </tr>

        <tr>
          x-brd-err-msg

          IP parameter \<IP> is incorrect, use x-luminati-ip header format in the IP parameter
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

### HTTP Error 429

These are the `x-brd-err-code` values for HTTP error 429:

<AccordionGroup>
  <Accordion title="client_10110">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Your limited trial mode account exceeded the allowed rate limits.

          Add payment method to receive \$5 credit and remove rate limits. You will not be charged
        </tr>

        <tr>
          x-brd-err-msg

          Your limited trial mode account exceeded the allowed rate limits.

          Add payment method to receive \$5 credit and remove rate limits. You will not be charged
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20220">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Requests rate to `%URL%` is too high
        </tr>

        <tr>
          x-brd-err-msg

          Rate limit for domain `%DOMAIN%` has been reached.

          Bright Data's health monitor is throttling down these requests to prevent overloading of the target website.

          Reduce requests rate and try again or contact [Brightdata.com](http://brightdata.com/) for support
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20221">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Requests rate to `%URL%` is too high
        </tr>

        <tr>
          x-brd-err-msg

          Rate limit for domain `%DOMAIN%` has been reached.

          Bright Data's health monitor is throttling down these requests to prevent overloading of the target website.

          Reduce requests rate and try again or contact [Brightdata.com](http://brightdata.com/) for support
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

### HTTP Error 502

These are the `x-brd-err-code` values for HTTP error 502:

<AccordionGroup>
  <Accordion title="client_10120">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Block direct route
        </tr>

        <tr>
          x-brd-err-msg

          Request reroute blocked.

          You chose option not to reroute requests thru our superproxy on failure so reroute was blocked.

          To see more about this setting see:

          [Request Error Handling](https://docs.brightdata.com/api-reference/proxy/request_error_handling)
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="peer_30030">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Proxy Error:

          We do not have proxies in the city you requested
        </tr>

        <tr>
          x-brd-err-msg

          Proxy Error:

          We do not have proxies in the city you requested, please check the spelling or try again later.

          Check [Target a specific city](https://docs.brightdata.com/proxy-networks/faqs#how-to-target-a-specific-city) for proper use of city targeting.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="policy_20070">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Host is blocked in requested country
        </tr>

        <tr>
          x-brd-err-msg

          Host you are trying to access is blocked in requested country.

          Please change country and retry.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="client_10100" defaultOpen="false">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Zone has reached usage limit
        </tr>

        <tr>
          x-brd-err-msg

          Zone has reached usage limit. Go to [https://brightdata.com/cp/zones](https://brightdata.com/cp/zones) to remove/modify limitation.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="target_40001">
    <table>
      <tbody>
        <tr>
          x-brd-error

          Could not resolve host `%HOST%`
        </tr>

        <tr>
          x-brd-err-msg

          Could not resolve host %HOST%. Check host name is correctly spelled and retry. If host is properly spelled contact brightdata.com for DNS support.
        </tr>
      </tbody>
    </table>
  </Accordion>

  <Accordion title="target_40011">
    <table>
      <tbody>
        <tr>
          x-brd-error

          No IPv6 address (AAAA record) found for %HOST%
        </tr>

        <tr>
          x-brd-err-msg

          Attempting to resolve %HOST% to IPv6 failed. This is probably because the host you are targeting does not publish an IPv6 IP address. Retry the request on an IPv4 proxy.
        </tr>
      </tbody>
    </table>
  </Accordion>
</AccordionGroup>

***
