> For the complete documentation index, see [llms.txt](https://docs.ipwo.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipwo.net/kai-fa-zhe-wen-dang/chang-jian-cuo-wu/liu-lan-qi-jian-ce-shi-bai.md).

# 浏览器检测失败

如果使用代理后出现：

```
浏览器环境异常
浏览器检测失败
环境风险过高
```

通常表示：

```
目标网站检测到了异常浏览器环境
```

常见于：

* [TikTok](/ying-yong-chang-jing/tiktok-yun-ying.md)
* [Facebook](/ying-yong-chang-jing/facebook-guang-gao.md)
* [Amazon](/ying-yong-chang-jing/amazon-dian-pu-guan-li.md)
* Discord
* Google

等风控较严格的平台。

***

### 一、常见原因

#### 1. IP 与浏览器环境不一致

例如：

* 美国 IP
* 中国时区
* 中文浏览器语言

容易触发风控。

***

#### 2. [WebRTC 泄露](/dai-li-jian-ce-yu-yin-si-an-quan/webrtc-xie-lou-jian-ce.md)真实 IP

即使代理已生效：

```
浏览器仍可能泄露本机真实 IP
```

建议检测：

* WebRTC
* DNS 泄露

***

#### 3. 浏览器指纹异常

包括：

* Canvas
* WebGL
* 字体
* 时区
* 分辨率

异常组合可能导致：

```
环境被识别为自动化或代理用户
```

***

#### 4. 使用普通浏览器直接多开

很多网站会检测：

```
多个账号使用相同浏览器环境
```

导致账号关联。

***

### 二、推荐解决方案

#### ✔[ 使用指纹浏览器](/ji-cheng-jiao-cheng/zhi-wen-liu-lan-qi.md)

推荐：

* [AdsPower](/ji-cheng-jiao-cheng/zhi-wen-liu-lan-qi/adspower-liu-lan-qi-ji-cheng-zhi-nan.md)
* [MoreLogin](broken://pages/PpWDKK0jQDiLiGtRcWXb)
* [Dolphin Anty](/ji-cheng-jiao-cheng/zhi-wen-liu-lan-qi/dolphinanty-liu-lan-qi-ji-cheng-zhi-nan.md)

***

#### ✔ 使用住宅代理

住宅 IP 更接近真实用户网络环境。

***

#### ✔ 保持环境一致

建议：

```
IP 国家 = 时区 = 浏览器语言
```

***

#### ✔ 检测浏览器环境

推荐网站：

| 网站               | 用途              |
| ---------------- | --------------- |
| browserscan.net  | 浏览器环境检测         |
| browserleaks.com | WebRTC / DNS 检测 |

***

### 三、推荐排查流程

```
1. 检查代理是否生效
↓
2. 检查 WebRTC 泄露
↓
3. 检查 DNS 泄露
↓
4. 检查浏览器指纹
↓
5. 更换浏览器环境
```

***

### 四、开发建议

避免：

* 多账号共用一个 IP
* 高频切换国家
* 使用普通浏览器批量操作

推荐：

* 一账号一环境
* 一环境一 IP
* 使用粘性 Session

***

### 五、相关文章

* [WebRTC 泄露检测](/dai-li-jian-ce-yu-yin-si-an-quan/webrtc-xie-lou-jian-ce.md)
* [DNS 泄露检测](/dai-li-jian-ce-yu-yin-si-an-quan/dns-xie-lou-jian-ce.md)
* [浏览器指纹检测](/dai-li-jian-ce-yu-yin-si-an-quan/liu-lan-qi-zhi-wen-jian-ce.md)
* [如何降低账号关联风险](/dai-li-jian-ce-yu-yin-si-an-quan/ru-he-jiang-di-zhang-hao-guan-lian-feng-xian.md)
* [如何检测真实 IP 是否泄露](/dai-li-jian-ce-yu-yin-si-an-quan/ru-he-jian-ce-zhen-shi-ip-shi-fou-xie-lou.md)
* [什么是住宅代理](/dai-li-ji-chu-zhi-shi/shen-me-shi-zhu-zhai-dai-li.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ipwo.net/kai-fa-zhe-wen-dang/chang-jian-cuo-wu/liu-lan-qi-jian-ce-shi-bai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
