Look in your twilio account, in the debugger it will tell you what the
twilio api is doing and what url it is acting on.  I have a few apps
using twilio and GAE.

On Dec 28, 3:39 pm, "Ikai L (Google)" <ika...@google.com> wrote:
> 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 <krsc2...@gmail.com> 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 google-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com<google-appengine%2Bunsubscrib 
> > e...@googlegroups.com>
> > .
> > 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.


Reply via email to