Original Post
I'm building an application for social networking sites. I've done this before, but there's an issue I have with basic web development, of which I'm not too familar.
I'm using a virtual currency site to take payments etc. As part of the 'settings' it is required that you provide a postbackURL. Essentiall, what happens (from my understanding) is that you use HTTP GET to get information using the site's API. After success, a HTTP POST message with details about the transaction, is sent back PostbackURL.
I'm an experiecned software engineer, using C# .Net / Silverligth etc, but not so familiar with web programming.
What do I need to 'have' at the PostbackURL page? Cam this be, say, a php file that processes the returned message? How do I actually get a hold of this message using PHP, ASP or whatever?
I've done some digging on Google, but what I tend to find is articles describing postbackURL for Form controls etc. and I'm not sure if this is relevant to me. I'd be grateful if somebody could point me in the right direction. A cou;le of good articles would be nice
Thanks,
Marc.
I'm using a virtual currency site to take payments etc. As part of the 'settings' it is required that you provide a postbackURL. Essentiall, what happens (from my understanding) is that you use HTTP GET to get information using the site's API. After success, a HTTP POST message with details about the transaction, is sent back PostbackURL.
I'm an experiecned software engineer, using C# .Net / Silverligth etc, but not so familiar with web programming.
What do I need to 'have' at the PostbackURL page? Cam this be, say, a php file that processes the returned message? How do I actually get a hold of this message using PHP, ASP or whatever?
I've done some digging on Google, but what I tend to find is articles describing postbackURL for Form controls etc. and I'm not sure if this is relevant to me. I'd be grateful if somebody could point me in the right direction. A cou;le of good articles would be nice
Thanks,
Marc.