Greetings, I am developing an iGoogle gadget which queries a remote server for some content and displays that content within a div. The content is very sensitive intellectual property which we would like to protect from screen-scraping by all means possible. This means rigorous throttling of requests, coupled with an IP whitelisting scheme if possible. This would only permit Google's gadget proxy servers to receive responses, since _IG_FetchContent . This operation is fairly straightforward if you have a comprehensive IP whitelist, but unfortunately Google's IP range seems to change frequently.
I took a look at the whitelist on http://www.iplists.com (http:// www.iplists.com/google.txt), but it didn't include the IP which was making the remote requests. I am considering simply adding the other IP to the list, but fear that the list will be subject to change. Has anyone else done anything similar to this for whitelisting remote requests on their iGoogle gadgets? Best, T.J. VanSlyke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" 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-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
