理论上说华为和手机相关的那个 “云” 应该可以从 cloud.huawei.com 访问。
然而实际上如果点击登录,那么会跳转到 hwid5.vmall.com/CAS/xxx 进行用户验证。
用户名是手机号 C0 或者邮件 E0,首次登录则会提示需要访问 E1 ( Verify your identity to keep your account secure. ... ) E0 和 E1 是不同的地址,两者不可混用,手机 C1 直接收验证码也不在选项中。(老实说这个逻辑比较神)。
填完验证码后,会跳转到 https://cloud.huawei.com/others/login.action?ticket=XXXX-cas&siteIdD=1 然后只显示一张图片,html 如下:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="SHORTCUT ICON" href="/static/images/logo.ico" />
<title>500, Can't find ...</title>
</head>
<body>
<div>
<img src="/static/500.png">
</div>
</body>
</html>
https://cloud.huawei.com/static/500.png
不清理 cookie 再次访问 cloud.huawei.com 会直接跳转到 cloud.huawei.com/home,/home 返回状态码 401.
又经过尝试发现,www.vmall.com 是可以登录的,在顶部“更多精彩->华为终端云空间” 会跳转到 cloud.huawei.com 然后继续 401.
1
yuikns OP 经过检查,发现是 https://cloud.huawei.com/static/lib/eventTracking/hajssdk.js 这个 js 没有加载成功。
|