May be you want to use HTTP Referer<http://en.wikipedia.org/wiki/HTTP_referrer> header. I am not entirely sure if its a good idea to use GET to delete a record. May be you want to consider using POST or if possible DELETE.
Thanks. On Sun, Sep 12, 2010 at 10:36 PM, Markanday Singh <[email protected]>wrote: > I am implementing GET handler for deleting a record from database, i > want to restrict to my domain. > i..e I don't want to execute the deletion if request is coming from > some other domain or page, how to i do that??? > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
