是否可以通过二维码访问网站并使用相同的链接发送短信?
我的老板希望我制作一个二维码,以便当用户扫描它时,它会显示一个按钮,单击该按钮时:
(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在技术上是不可能的。
正如您所说,您能做的最好的事情就是创建一个 smsto: 链接。
您可以做的是使用指令创建代码
“扫描代码以通过短信接收我们的网站”
然后,创建一个代码
这会将关键字“网站”发送到电话号码。您需要设置一个电话号码,该号码可以自动回复您想要的 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
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.