Nope there is no such restriction.  Look for some sort of silly error
in your code.

Helpful: Use curl to post some random form data to your handler from
your desktop.

Jeff

On Thu, Apr 26, 2012 at 11:45 PM, John Del Rosario
<[email protected]> wrote:
> I can't seem to get my app to accept POST requests from a different
> domain. I'm trying to make an PayPal IPN handler in my app.
>
> When a user clicks the "Subscribe" button on my page, PayPal sends an
> IPN (a POST), to my IPN handler.
>
> I can see in my logs that a POST request is received, but it is empty
> (e.g. no arguments, my logging.debug messages aren't showing up in the
> logs, etc.)
>
> So I test my handler by making a POST to it *within* my app, and the
> handler works as expected.
>
> I'm assuming it's a security feature to not accept POSTs from outside
> sources? If so, how do I make my app accept POSTs from PayPal?
>
> Thanks in advance.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to