从移动浏览器标头获取 MSISDN

发布于 2024-11-04 18:12:00 字数 115 浏览 1 评论 0原文

解决这个问题的最佳方法是什么?我需要从访问移动站点的用户那里获取 MSISDN 数据,以增强用户体验。 我知道并非所有网关都会完全填充标头,但希望在回退到基于 cookie 的模型之前将 MSISDN 捕获作为选项一

What is the best way of going about this? I need to get MSISDN data from users accessing a mobisite to enhance the user experience.
I understand not all gateways would populate the headers entirely, but would wish to have MSISDN capture as option one before falling back on a cookie based model

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

对风讲故事 2024-11-11 18:12:00

我知道这是一篇旧文章,但我想做出我的贡献。

我在一家移动运营商工作,这里有一个功能,您可以设置一些参数来丰富标头。我们创建一些过滤器来匹配通过 GGSN(GPRS 网关节点)的某些流量,然后它在第 7 层打开包(当应用层是 HTTP - 不受 SSL 保护时),并在其中写入 msisdn、imsi 和其他参数。

所以这是一个依赖于运营商的功能。

I know this is an old post, but I'd like to give my contribution.

I work for a mobile carrier and here we have a feature that you can set some parameteres for header enrichment. We create some filters to match certain traffic passing through the GGSN (GPRS gateway node) then it opens the packages at layer 7 (when application layer is HTTP - not protected with SSL) and write msisdn, imsi and other parameters inside it.

So it is a carrier-depending feature.

请爱~陌生人 2024-11-11 18:12:00

虽然一些运营商这样做,但表示和机制完全取决于运营商。没有标准方法可以做到这一点。

While some operators do this, the representation and mechanism depends entirely on the operator. There is no standard way to do this.

云之铃。 2024-11-11 18:12:00

如果您愿意付费,请尝试 http://Bango.com。他们提供 api,但您可能需要将用户重定向到他们的服务

If you are willing to pay for it try http://Bango.com. They provide an api but you may need to redirect user to their service

淡淡の花香 2024-11-11 18:12:00

正如其他人所说,移动运营商之间没有用于在 HTTP 标头中传递 MSISDN 的标准方法。

不同的运营商使用的标头值有所不同,一些运营商不会传递 MSISDN,除非他们“授权”您的网站,而其他运营商则采用更复杂的方式传递 MSISDN(例如,重定向到其网络以获取标头)。

为一个特定运营商开发网站非常容易,如果您需要依赖标头,则为多个运营商开发网站几乎是不可能的。

As others have said, there is no standard way between mobile operators for passing the MSISDN in the HTTP headers.

Different operators vary on the header value used, some operators do not pass the MSISDN unless they "authorize" your website and others have more complicated means of passing the MSISDN (e.g. redirects to their network to pick up the header).

Developing a site for one specific operator is easy enough, developing for multiple is next to impossible if you need to rely on the header.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文