views:

31

answers:

1

Has anyone find to use the GAE remote api but instead of connecting to AppEngine to connect to localhost? For dev purposes of course

A: 

Have you tried the development console? To access it, go to this URL: http://localhost:8080/_ah/admin.

If you really want to use the remote API, have a look at this article. I believe you can use the dev_server by passing the local host url to the interactive console script.

jbochi
that s what i did eventually the problem was the i had added the remote_api url after the * handler so i could never reach the remote_api end point
PanosJee