是否可以通过二维码访问网站并使用相同的链接发送短信?

发布于 2024-11-30 11:26:47 字数 391 浏览 2 评论 0原文

我的老板希望我制作一个二维码,以便当用户扫描它时,它会显示一个按钮,单击该按钮时:

(1)将用户带到我们的网站。 (2) 会悄悄给我们发短信。

#2 的目的是让我们收集他们的电话号码。

除了侵犯隐私之外,我很确定这(以及实现此目的的任何其他方法)在技术上是不可能的。这是正确的吗?


我对二维码的理解是它们仅包含文本。该文本可能包含优秀读者可能解析并显示按钮的关键字。看来我能满足雇主要求的最接近的方法是在二维码中使用 SMSTO: 链接,以便(给定适当的阅读器)提示用户向我们发送短信,此时点我们可以得到他们的号码。

谁能想到另一种方法来做到这一点?

(也欢迎任何其他澄清)

My boss wants me to fashion a QR code so that when the user scans it, it displays a button that when clicked:

(1) Will take the user to our website.
(2) Will quietly send us a text message.

The purpose of #2 is to allow us to gather their phone number.

In addition to being a privacy violation, I'm pretty sure this (and any other means of achieving this), is technically impossible. Is that correct?


My understanding of QR codes is that they only contain text. That text may contain keywords which a good reader may parse and display buttons for. It seems the closest I can get to my employer's requirement is to use an SMSTO: link in the QR code, so that (given an appropriate reader) the user is prompted to send us an SMS, at which point we can get their number.

Can anyone think of another way of doing this?

(any other clarification also welcome)

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

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

发布评论

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

评论(1

我要还你自由 2024-12-07 11:26:47

这在技术上是不可能的。

正如您所说,您能做的最好的事情就是创建一个 smsto: 链接。

您可以做的是使用指令创建代码
“扫描代码以通过短信接收我们的网站”

然后,创建一个代码

smsto:123456:website

这会将关键字“网站”发送到电话号码。您需要设置一个电话号码,该号码可以自动回复您想要的 URL。有一些商业服务可以执行此操作(取决于您在世界上的哪个位置)。或者查看像 FrontlineSMS 这样的服务,它可以代表您发送短信。

It is technically impossible.

As you say, the best you can do is create an smsto: link.

What you can do is create a code with the instruction
"Scan the code to receive our website by SMS"

Then, create a code with

smsto:123456:website

This will send the keyword "website" to a phone number. You'll need to set up a phone number which can auto-respond with the URL you want. There are commercial services which do this (depending on where you are in the world). Or look at a service like FrontlineSMS which can send the texts on your behalf.

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