用于(合法)欺骗 SMS 消息的 SMS 网关
我正在寻找一个 SMS 网关来通过 HTTP 接口发送短信。
但有些短信网关不允许设置发件人ID,允许设置的短信网关要么要求用户证明发件人ID是自己的手机号码,要么手动检查每个发件人ID,以防止短信欺骗。
然而,对于我的应用程序,我需要能够将发件人 ID 设置为 HTTP 请求的一部分。根据用户数量的不同,我可能有数千个不同的发件人 ID,并且我无法单独对它们进行身份验证或审核。
我的应用程序的目的是完全合法的,这也是我需要能够发送欺骗短信的原因。
编辑:
似乎bulksms.com一旦在某种程度上信任用户就允许我需要的东西。如果您知道其他允许动态设置发件人 ID 的网关,请告诉我。
I'm looking for an SMS gateway to send text messages over an HTTP interface.
However, some SMS gateways do not allow to set the sender ID, and those who allow it either require the user to prove that the sender ID is his own mobile phone number, or they manually check each sender ID to prevent SMS Spoofing.
For my application, however, I need to be able to set the sender ID as part of the HTTP request. Depending on the number of users, I might have thousands of different sender IDs, and I cannot authenticate or review them separately.
The purpose of my application is completely legal, as is the reason why I need to be able to send spoofed text messages.
Edit:
It seems that bulksms.com does allow what I need as soon as they trust the user to some extent. If you know of other gateways which allow setting the sender ID dynamically, please let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您建议的网关似乎可以让您设置发件人 ID。从他们的常见问题解答中:
It seems like the gateway you suggsted does let you set the sender ID. From their FAQ :
我最终选择了 Routo Messaging,到目前为止的体验非常有希望。他们可以让您在第一次付款后立即设置发件人 ID,如果您向他们描述您需要它的原因,他们甚至可以在您在其网站上注册时收到的免费测试消息上设置发件人 ID。
免责声明:我不隶属于 Routo。
I finally settled with Routo Messaging, and the experience so far is very promising. They let you set the sender ID as soon as you have made your first payment, and if you describe them the reason you need it, they let you set the sender ID even on the free test messages you get when signing up on their website.
Disclaimer: I am not affiliated with Routo.
Fogmo 为此目的提供了一个 API。
Fogmo offer an API for this very purpose.