免费演示体验
免费体验我们的代理服务,无需注册即可测试所有功能
体验步骤
选择代理类型
根据您的需求选择合适的代理服务类型
获取授权信息
获取您的用户名、密码和代理服务器地址
配置代理设置
在您的应用程序中配置代理参数
开始使用
享受稳定、高速的代理服务
演示类型
HTTP代理演示
体验我们的HTTP代理服务,适合网页访问和API调用
服务地址:
http://demo.16yun.cn:8080示例代码:
curl -x demo.16yun.cn:8080 -U demo:demo123 https://httpbin.org/ip
HTTPS代理演示
体验我们的 HTTPS 代理服务,适合安全访问和请求转发
服务地址:
http://demo.16yun.cn:8080示例代码:
curl -x demo.16yun.cn:8080 -U demo:demo123 https://httpbin.org/ip
API接口演示
体验我们的代理API接口,快速获取代理IP
服务地址:
https://api.16yun.cn/demo示例代码:
curl -H "Authorization: Bearer demo-token" https://api.16yun.cn/demo/get
演示特色
免费试用 - 无需信用卡
即时激活 - 立即开始使用
多种协议 - HTTP、HTTPS
全球节点 - 测试不同地区的代理
技术支持 - 专业团队随时协助
代码示例
Python示例
import requests
proxies = {
'http': 'http://demo:demo123@demo.16yun.cn:8080',
'https': 'https://demo:demo123@demo.16yun.cn:8080'
}
response = requests.get(
'https://httpbin.org/ip',
proxies=proxies
)
print(response.json())
Node.js示例
const axios = require('axios');
const proxy = {
host: 'demo.16yun.cn',
port: 8080,
auth: {
username: 'demo',
password: 'demo123'
}
};
axios.get('https://httpbin.org/ip', { proxy })
.then(response => console.log(response.data))
演示限制说明
演示账户仅供测试使用,每日限制100次请求。如需更多功能,请注册正式账户。
满意我们的服务?
立即注册正式账户,享受完整的代理服务功能