# Account:Password Mode

**Talordata proxy endpoint character combinations include:**

<kbd>Username:Password:Host:Port</kbd>&#x20;

<kbd>Host:Port:Username:Password</kbd>&#x20;

<kbd>Username:Password\@Host:Port</kbd>&#x20;

> Our example uses the format: Host:Port:Username:Password

**Proxy Server Regions:**

<kbd>na.talordata.net</kbd> - US Region

<kbd>as.talordata.net</kbd> - Asia Region

<kbd>eu.talordata.net</kbd> - Europe Region

> When you select a different proxy country or region, the corresponding server region will be automatically matched.

{% hint style="info" icon="square-half-stroke" %}

### <mark style="color:green;background-color:purple;">**Example 1:**</mark>

{% endhint %}

Note:&#x20;

Replace username and password with your  <kbd>sub-account and password</kbd> ,&#x20;

replace port with your specified <kbd>port number</kbd> ,

and replace site.example.com with your <kbd>target URL</kbd> to send requests and start using Talordata's proxy service.

<kbd>**Random IP Session Mode**</kbd>&#x20;

> Talordata rotating residential proxies automatically rotate, assigning a different IP address for each new request you send.

* For example, If no proxy country is specified, <kbd>**random**</kbd> selection is default:

&#x20;

{% tabs %}
{% tab title="Curl example " %}

```
curl -x na.talordata.net:port -U “username-zone-flux:password” site.example.com
```

{% endtab %}

{% tab title="Proxy Configuration Details " %}
Host:Port:Username:Password&#x20;

```
na.talordata.net:port:username-zone-flux:password
```

{% endtab %}
{% endtabs %}

* &#x20;For example, if you select the proxy location as **United States**-**New York-Brooklyn** (US-newyork-brooklyn):&#x20;

{% tabs %}
{% tab title="Curl example: " %}

```
curl -x na.talordata.net:port -U “username-zone-flux-region-us-st-newyork-city-brooklyn:password” site.example.com
```

{% endtab %}

{% tab title="Proxy configuration details:" %}
Host:Port:Username:Password

```
na.talordata.net:Port:Username-zone-flux-region-us-st-newyork-city-brooklyn:Password
```

{% endtab %}
{% endtabs %}

{% hint style="info" icon="square-half-stroke" %}

### <mark style="color:green;">Example 2:</mark>

{% endhint %}

<kbd>**Sticky IP Session Mode**</kbd>

> Sticky sessions maintain a single IP online for 1-120 minutes.&#x20;
>
> After the IP expires, a new IP address is automatically assigned.

* For example, if you select the proxy country as <kbd>US-New York</kbd> and a <kbd>Sticky IP session of 5 minutes</kbd>:

{% tabs %}
{% tab title="Curl example" %}

```
curl -x na.talordata.net:port -U “username-zone-flux-region-us-st-newyork-session-eee8a4a1e27f-sesstime-5:password” site.example.com
```

{% endtab %}

{% tab title="Proxy configuration details" %}
Host:Port:Username:Password

```
na.talordata.net:port:username-zone-flux-region-us-st-newyork-session-3867b92417de-sesstime-5:password
```

{% endtab %}
{% endtabs %}

* For example, if you select the <kbd>**US**</kbd> as the proxy country and<kbd>**Solarus**</kbd> as the ISP ，<kbd>**Sticky IP session of 5 minutes**</kbd>:

{% tabs %}
{% tab title="Curl example: " %}

```
curl -x na.talordata.net:port -U “username-zone-flux-region-us-asn-AS10352-session-11b0652cd7bd-sesstime-5:password” site.example.com
```

{% endtab %}

{% tab title="Proxy configuration details:" %}
Host:Port:Username:Password

```
na.talordata.net:Port:Username-zone-flux-region-us-asn-AS10352-session-ed25026de0d2-sesstime-5:Password
```

{% endtab %}
{% endtabs %}

You can now directly integrate the configured proxy endpoint information with third-party tools.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.talordata.com/proxy/rotating-residential-proxies/quick-start/account-password-mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
