My GAE-application (let's say example.appspot.com) works in iframe of
one site (let's say example.com and hence my application url is
example.com/id12345).
I need to pass some data from (another) local application to that GAE-
application.
This another application passes it as POST data. And that example.com
doesn't pass received post data to iframe (example.com/id12345).

I am doing the following:
1) local application posts data directly to example.appspot.com
2) I save the data received in GAE DB
3) redirect to example.com/id12345#key
4) my GAE-application at example.com is not able to get parms passed
in the GET request, but able to get data in the URL after symbol #.
But this data is provided thru javascript (function OnUrlData(data)
{}).

Now I need to get this data back in the python code to get the value
from GAE DB.
How can I do it?

Or, have I chosen wrong approach? ;)

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