如何通过mod重写隐藏paypal IPN?

发布于 2024-12-08 04:12:30 字数 182 浏览 0 评论 0原文

隐藏 IPN 文件的过程是什么?您会拒绝通过 htaccess 访问它吗?

输入字段怎么样?

请分享您使用的方法。

What's the procedure with hiding an IPN file? Would you just deny access to it via htaccess?

What about input fields?

<input type='hidden' name='notify_url' value='http://www.name.com/dir/ipn.php'>

Please share what method you use.

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

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

发布评论

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

评论(1

怀中猫帐中妖 2024-12-15 04:12:30

如果您正确编码,用户是否知道您的 IPN 端点并不重要。您应该实施 PayPal 的 IPN 身份验证协议,以验证您的侦听器收到的 IPN 消息是否来自 PayPal 本身。您只需忽略任何伪造 IPN 呼叫的尝试即可。

If you're properly coding things, it doesn't matter if a user knows your IPN endpoint. You should be implementing PayPal's IPN authentication protocol to verify that the IPN message your listener is receiving came from PayPal themselves. You'd just ignore any attempts to forge an IPN call.

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