I'm not familiar with Twilio. Is it their client that is doing the GET or POST? It's possible they are not passing the parameters correctly if it works for you in a normal browser connected directly to your application. Can you log the incoming parameters and URI string with their request on the server side?
On Sat, Dec 26, 2009 at 5:53 PM, Kelvin <[email protected]> wrote: > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > > -- Ikai Lan Developer Programs Engineer, Google App Engine -- 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.
