[google-appengine] Re: how to restrict the a request from a special page. (or domain)

2010-09-13 Thread Markanday Singh
or if possible DELETE. Thanks. On Sun, Sep 12, 2010 at 10:36 PM, Markanday Singh mark.d...@gmail.comwrote: 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

[google-appengine] Re: how to restrict the a request from a special page. (or domain)

2010-09-13 Thread Markanday Singh
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 mark.d...@gmail.com wrote: I am implementing GET handler for deleting a record from database, i want to restrict to my

[google-appengine] how to restrict the a request from a special page. (or domain)

2010-09-12 Thread Markanday Singh
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-appengine] Re: URL fetch is not working, query parameter is getting ommited

2009-02-10 Thread Markanday Singh
a sensible URL. -Marzia On Sun, Feb 1, 2009 at 9:26 AM, Markanday Singh mark.d...@gmail.com wrote: Following code is return You must specify a yql statement (q=) to execute I don't know where parameter q is getting lost import cgi import wsgiref.handlers import os from