分享一个苹果风控反向检测代理 IP 是否是家庭宽带 ISP

2 小时 49 分钟前
 applephper

原理大概就是用户访问请求头语言含有中文,但是代理 IP 又是他确定的美国家庭 IP ,就会 503 拦截,改成英文返回 302 就正常。

curl -s -D - -o NUL "https://idmsa.apple.com/appleauth/auth/federate?isRememberMeEnabled=true" -H "Accept-Language: zh-CN,zh;q=0.9"

curl -s -D - -o NUL "https://idmsa.apple.com/appleauth/auth/federate?isRememberMeEnabled=true" -H "Accept-Language: en-US,en;q=0.9"

261 次点击
所在节点    分享发现
3 条回复
zhouu
1 小时 21 分钟前
试了没区别,ATT 的宽带,都是 302
dingdangnao
1 小时 14 分钟前
@zhouu +1 没区别
用了好几台机器试了,都没区别。
pingdog
11 分钟前
pot@us-lax-node21:~$ curl -s -D - -o NUL "https://idmsa.apple.com/appleauth/auth/federate?isRememberMeEnabled=true" -H "Accept-Language: zh-CN,zh;q=0.9"
HTTP/1.1 302
Server: Apple
Date: Thu, 21 May 2026 05:08:50 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 0
Connection: keep-alive



pot@us-lax-node21:~$ curl -s -D - -o NUL "https://idmsa.apple.com/appleauth/auth/federate?isRememberMeEnabled=true" -H "Accept-Language: en-US,en;q=0.9"
HTTP/1.1 302
Server: Apple
Date: Thu, 21 May 2026 05:09:08 GMT
Content-Type: text/html;charset=ISO-8859-1
Content-Length: 0
Connection: keep-alive


机房 ip

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/1214330

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX