On Thursday 25 October 2007 06:33:47 Antony Joseph wrote: > hi , > > I had list of Ip address in my turbogears database. > These Ip address or not allow to access my turbogears application
cherrypy.request.remote will help you. http://www.cherrypy.org/wiki/RequestObject But actually you should configure that using a firewall I guess - I'm not sure how much faking is possible regarding http. Diez --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

