Hey Everyone,
Here is my problem...I have a Delphi PayPal IPN listener set up on my GoDaddy server. Now, what is happening is that the IPN notification's aren't getting through. I'm using this URL for the listener: "http://mysite.com:29384" I am listening on port 29384. Now, sometimes I get the notification of a get request sent to my IdHttpServer and sometimes no events at all are fired. When I recieve an event, my webserver Active property is set to False. When I set it Active again (at Runtime) my webserver freezes up when another IPN notification is sent. Any suggestions on how to fix this?? Or, if no suggestions...what is another way I can tie a PayPal IPN listener with my Delphi app??
Thanks in Advance!!
Charles Rumley