0

I've coded the paypal IPN exactly the way it should be coded, including the confirmation page. Everything works perfectly in the sandbox, but in the real environment paypal keeps sending the data through GET instead of post, even after keeping the rm value =2. So I've read some articles and changed auto return on. Still it returns via GET, then again I changed auto return to off, still it returns via GET...

I need the information through POST, including the variables I've passed...Somebody please help me here....

4

2 に答える 2

0

アカウントでPDTが有効になっている自動返品がないことを確認してください。これにより、投稿が GET になります。コードでリターン URL を渡し、変数 "rm" を "2" に設定すると、投稿として返されるはずです。それでも問題が解決しない場合は、コードとアカウントを確認できるように、使用しているボタン コードを提供していただけますか。

これを自分のアカウントでテストしたところ、正しく機能しています。

于 2013-03-18T01:41:25.887 に答える
0

GoDaddy の共有ホスティングでホストされていますか? ホストがサードパーティ サーバーからの POST リクエストを許可していない可能性がありますか?

于 2013-03-17T22:40:02.837 に答える