I've read all I could...searched the lists, this forum...to no avail.
I'm trying to write my ipn listener program in livecode. When I test in the sandbox, if I construct my reply (either GET or POST; constructed properly, both work) I can get it to work if I post to paypal via http. I cannot get it to work posting to https. It looks like as soon as the socket gets opened, paypal closes it.
At first I thought the sandbox was hosed (which in many ways, it is)....but when testing, if I take my reply string and use a browser to post back (to https) I get 'VERIFIED'. So this tells me that the sandbox indeed should work by posting to https.
Is it a headers thing? or something my browser is doing ssl-wise that the live code 'post' command (or get url) is not doing/providing?
Can anyone shed light on this? I'd use curl, but am on a windows machine (I know there is curl for windows, but, sheesh...I'm trying to avoid that route)
There's got to be a way of using 'post' or replying with a GET method using url.....no?
HELP!
