Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我阅读 Paypal 订阅按钮上的文档时,我越来越担心安全性。提供美元金额作为隐藏输入似乎很容易用 firebug 修改并更改为不同的东西。Paypal 如何验证美元金额?
您可以使用 paypals IPN 验证收到的金额,当付款通过时,它将通知您的脚本付款,然后让您的脚本检查收到的金额,如果它与应该的不同,然后标记它。