> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# User:pass Requests

> ISP Pay/IP Proxy Advanced Parameter Usage via User:Pass Authentication

When using **backconnect**, the endpoint proxy **server** remains the same: `isp.decodo.com`

For **static** connection sessions, the proxy **port** is any number within the following range: `10001`-`63000`

<Note>
  If you're using port numbers that exceed the total IP count you've purchased with your plan, the ports will iterate through your existing IPs.
</Note>

For **rotating** connection sessions, the proxy **port** is: `10000`

The `cURL` code will be shown in the examples below. You may try them out on your machine.

***

## `Username:Password`

<Note>
  ### Username And Password Parameter

  To use a proxy username and password, please be aware that your username line will **always** start with `user-` followed by your proxy username.
</Note>

An example of a **rotating proxy** using a proxy username and password to return you an IP address from a random location:

<CodeGroup>
  ```shellscript cURL theme={null}
  curl -U "user-username:password" -x "isp.decodo.com:10000" "https://ip.decodo.com/json"
  ```
</CodeGroup>

Replace `username` and `password` with your credentials and run the command in your **Terminal** or **Command Prompt**.

You will see the IP address that has been assigned to you for this particular request, as well as the information on that IP address, including its location, in the output.

***

## Direct IP Targeting

It's possible to target specific IP addresses as a parameter from the proxy IP list you've purchased. To find your proxy IPs, navigate to the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) dashboard page. Then, click on the **My IP list** tab. In the table below, you will find the **IP addresses** you've purchased, their **country** of origin, and the **ASN**.

<Note>
  Keep in mind that some IPs listed may not have an associated ASN.
</Note>

<img src="https://mintcdn.com/decodo/ZzFFt4k1AMcE-z1r/images/docs/910a76955d7f97bdb7b815137935f5dde9f8d99230857da180bd7465c8b32af0-Group_427323597_1.png?fit=max&auto=format&n=ZzFFt4k1AMcE-z1r&q=85&s=7abe5e3d7178cda2525e78d88447d1ce" className="mx-auto" style={{ width:"80%" }} width="3840" height="2872" data-path="images/docs/910a76955d7f97bdb7b815137935f5dde9f8d99230857da180bd7465c8b32af0-Group_427323597_1.png" />

If you wish to generate an **endpoint list**, which you can then export, or a **request example** with a specific IP address, in the same **Proxy setup** page, click on the **Direct IP** field and in the dropdown menu, and check your preferred proxy IP address. There, you can select all IPs or use the search bar to find a specific IP.

<img src="https://mintcdn.com/decodo/ZzFFt4k1AMcE-z1r/images/docs/8fee758806449f1d1fa59f0ee8af1643fe5b5f37c6fc120ccbfedebc9d0cadfd-Group_427323598.png?fit=max&auto=format&n=ZzFFt4k1AMcE-z1r&q=85&s=a0da339127d4dd99d48407fadd335285" className="mx-auto" style={{ width:"80%" }} width="3796" height="2616" data-path="images/docs/8fee758806449f1d1fa59f0ee8af1643fe5b5f37c6fc120ccbfedebc9d0cadfd-Group_427323598.png" />

Example of a **static proxy** that returns a **specific IP address**. The proxy IP remains unspecified.

<CodeGroup>
  ```shellscript cURL theme={null}
  curl -U "user-username-ip-x.x.x.x:password" -x "isp.decodo.com:10001" "ip.decodo.com/json"
  ```
</CodeGroup>

***

## Country Targeting

If IPs from a specific country are needed, then modify the username to include the `country-xx` parameter. Use two-letter Alpha-2 codes. There is a full list of them [**here**](https://www.iban.com/country-codes).

<Note>
  [**Here**](https://help.decodo.com/docs/isp-pay-per-ip-proxy-locations) is the full list of available locations for purchase with ISP Pay/IP proxies.
</Note>

To find the countries of the IPs, head over to the [**Static Residential → ISP Pay/IP → Proxy setup**](https://dashboard.decodo.com/shared-isp-proxies/proxy-setup) dashboard page. Click on the **Location** field, and in the dropdown menu, feel free to select one or all of the countries.

**Note** that you will only be able to target the countries from which you've **purchased** the proxy IPs.

<img src="https://mintcdn.com/decodo/eRLuBYAbadfvmqDE/images/docs/27da2387bb7b5a8a94f798a881e918e3ed4b490252564dcb350fbef18b78bdd9-Group_427323606.png?fit=max&auto=format&n=eRLuBYAbadfvmqDE&q=85&s=7377704168a8c98fc6fa0c79a1ed3384" className="mx-auto" style={{ width:"80%" }} width="2580" height="2012" data-path="images/docs/27da2387bb7b5a8a94f798a881e918e3ed4b490252564dcb350fbef18b78bdd9-Group_427323606.png" />

Example of a **rotating proxy** that returns IPs from the US:

<CodeGroup>
  ```shellscript cURL theme={null}
  curl -U "user-username-country-us:password" -x "isp.decodo.com:10000" "ip.decodo.com/json"
  ```
</CodeGroup>

Example of a **static proxy** that returns an IP from Italy:

<CodeGroup>
  ```shellscript cURL theme={null}
  curl -U "user-username-country-it:password" -x "isp.decodo.com:10001" "ip.decodo.com/json"
  ```
</CodeGroup>

***

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
