> 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/gu-zhang-pai-chu/liu-lan-qi-jian-ce-shi-bai.md).

# 浏览器检测失败

如果在浏览器、指纹浏览器中配置代理后，点击「检测代理」提示失败，通常表示代理未正确连接，或代理信息配置存在问题。

👉 建议先确认代理本身是否可用，再检查浏览器配置。

***

### 🔍 常见表现

出现以下情况时，通常属于浏览器检测失败：

* 提示「代理检测失败」
* 无法连接代理
* 无法打开测试网页
* 浏览器无法联网
* 提示认证失败或超时

***

### ⚡ 快速验证（推荐）

建议先使用以下命令测试代理：

```bash
curl -x "us.ipwo.net:7878" -U "username:password" ipinfo.io
```

***

#### 判断结果

* ✅ 返回 IP 信息 → 代理本身正常
* ❌ 无返回 / 报错 → 请先检查代理连接

👉 如果 cURL 正常，而浏览器检测失败，通常是浏览器配置问题。

***

### 🛠 常见原因与解决方法

***

#### 1️⃣ 代理信息填写错误

请检查：

```
Host（代理地址）
Port（端口）
Username（用户名）
Password（密码）
```

👉 建议直接复制粘贴，避免输入错误。

***

#### 2️⃣ 代理协议选择错误

IPWO 支持：

* HTTP
* HTTPS
* SOCKS5

请确认浏览器中选择的代理类型与实际代理协议一致。

***

#### 常见问题

| 实际代理   | 浏览器选择    |
| ------ | -------- |
| HTTP   | SOCKS5 ❌ |
| SOCKS5 | HTTP ❌   |

👉 协议不一致会导致检测失败。

***

#### 3️⃣ 用户名参数格式错误

动态住宅代理支持在用户名中添加参数：

```
username_custom_zone_US_sid_12345_time_10
```

如果参数拼写错误，也可能导致检测失败。

***

#### 建议：

* 初次测试不要添加复杂参数
* 先使用基础用户名测试

***

#### 4️⃣ 浏览器环境未正确保存

部分情况下：

* 修改代理后未保存
* 浏览器环境未更新

会导致配置未生效。

***

#### 建议：

* 保存配置后重新打开浏览器
* 重新检测代理

***

#### 5️⃣ 本地代理工具冲突

如果同时开启：

* Clash
* VPN
* 系统代理
* 其他代理软件

可能导致浏览器代理冲突。

***

#### 建议：

暂时关闭其他代理工具后重新测试。

***

#### 6️⃣ 当前网络异常

如果网络不稳定：

* 可能导致检测超时
* 无法连接代理服务器

***

#### 建议：

* 更换网络
* 重启网络后重试

***

### ⚙️ 检测失败怎么办？

如果在 AdsPower 中出现检测失败：

#### 建议检查：

* 是否选择「自定义代理」
* 代理协议是否正确
* 是否完整填写账号密码

👉 推荐先使用 cURL 验证代理是否正常。

***

### 🌍 为什么浏览器打开后仍显示本机 IP？

可能原因：

* 浏览器未真正使用代理
* 环境未绑定代理
* 检测失败后未保存配置

***

#### 建议：

访问：

```
https://ipinfo.io
```

查看当前出口 IP。

***

### 💡 使用建议

* 推荐先使用 cURL 测试代理
* 建议首次使用 HTTP 协议测试
* 不建议初次配置时添加复杂参数

***

### ❗ 常见问题速查

| 问题      | 可能原因    |
| ------- | ------- |
| 检测失败    | 代理信息错误  |
| 浏览器无法联网 | 协议配置错误  |
| 浏览器无法检测 | 环境未保存   |
| 打开网页失败  | 网络冲突    |
| IP 不变化  | 浏览器未走代理 |

***

### 🆘 仍未解决？

如果问题仍未解决，请联系官方客服。（[官网](https://www.ipwo.net/)右侧在线客服）

👉 建议提供：

* 使用的浏览器或工具
* 代理配置信息（隐藏密码）
* 错误截图
* cURL 测试结果

***

### 总结

浏览器检测失败通常由以下原因导致：

```
代理信息错误
↓
协议不匹配
↓
浏览器未生效
↓
本地代理冲突
```

👉 建议优先确认代理本身是否正常，再检查浏览器配置

***


---

# 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/gu-zhang-pai-chu/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.
