Hello all,

I'm working on a design (in python) where my users will embed a piece of 
javascript code on their website. This javascript code will call my 
application which then provides service to my users. An example of this 
approach is signing up for Google Analytics or Google Ads. Google gives you 
a piece of javascript code which you embed on your website and when users 
load your page, the javascript code calls Google Servers.

I'm trying to figure out what to do if a user is no longer using my service 
but forgets to delete the javascript code from their pages. Is their a way 
to prevent such sites from accessing my site without incurring a hit on my 
server? The option I can think of right now is to have my code catch the 
request and then throttle it but that still involves a hit to my server and 
if my client's website is being accessed by thousands of users, the hits to 
my server becomes considerable.
I know that Google App engine has a Denial of Service Protection but as far 
as I know, this works only for IP address. 

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/5e88c15c-5270-4d51-b8c7-2f3f6ab3b5e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to