Keep in mind that backends are set to private by default; you have to be 
logged in as an administrator to hit a backend from a URL. 

Alternately, you can set the backend to public (options: dynamic, public in 
your yaml file) and then hit the backend from anywhere.

On Tuesday, November 6, 2012 9:40:48 AM UTC-6, Marcel Manz wrote:
>
> See: 
> https://developers.google.com/appengine/docs/java/backends/overview#Addressing_Backends
>
> A backend instance can be targeted with HTTP requests to 
> http://[instance].[backend_name].[your_app_id].appspot.com, or at your 
> application's custom domain. If you target a backend without targeting an 
> instance using http://[backend_name].[your_app_id].appspot.com, App 
> Engine selects the first available instance of the backend.
>
> You can call your backend script by 
> http://yourbackendname.yourappid.appspot.com/cron/your_job
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/O_bVqKwmJdsJ.
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