I'm trying to test a backup restore from one app to another and I'm
getting an error trying to access remote_api on one of them. Here's
the first part of the log message I get when I navigate to remote_api
directly:
/remote_api
java.lang.IllegalArgumentException: The requested URL was not
allowed: /remote_api
at
com.google.appengine.api.users.UserServiceImpl.makeSyncCall(UserServiceImpl.java:
131)
at
com.google.appengine.api.users.UserServiceImpl.createLoginURL(UserServiceImpl.java:
62)
at
com.google.appengine.api.users.UserServiceImpl.createLoginURL(UserServiceImpl.java:
42)
at
com.google.apphosting.utils.remoteapi.RemoteApiServlet.checkIsAdmin(RemoteApiServlet.java:
70)
at
com.google.apphosting.utils.remoteapi.RemoteApiServlet.doGet(RemoteApiServlet.java:
96)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:693)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:806)
Authentication mode is set to Google Apps and we have forced SSL. I've
tried this on other apps with the same configuration successfully. Not
sure why this one is throwing this error.
Any ideas?
--
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.