Hello,

Maybe the best solution, if you don't want to complicate your code, is to 
use CORS, allowing cross-requests only for the domains that you want to 
allow access to your RESTful API.

Take a look at this: http://www.html5rocks.com/en/tutorials/cors/

El martes, 8 de enero de 2013 07:36:57 UTC+1, Gaurav Bansal escribió:
>
> Hi 
>
> I have created a REST service and deployed over cloud using GAE. I don't 
> want it to be accessed by any one just by using the URL. I should have some 
> control over there to provide the authentication, may be along with the 
> request. 
>
> I explored and got some OAuth related tutorials, but could not understand 
> properly.
>
> Please help me regarding this.
>
> Thanks in advance.
>

-- 
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/-/bqhazWy8jI8J.
To post to this group, send email to google-appengine@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