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....