Hi,

I have an application that receives parameters two parameters using
GET method.  The parameters are:

     Caller, Digits

Using those two parameters it actually updates an object in the
datastore.  The problem I'm having is that if I use a web browser to
access the link which receives the parameters everything works fine,
the records are updated.  However, when I point my Twilio phone number
to the application it actually looks like it is working fine over the
phone, the process goes as it's supposed to look but the record never
gets updated (i'm passing the exact same parameters.

I have tried switching from POST to GET and back and forth but no luck
so far.

Any ideas as to why this is happening?

--

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