On Fri, Dec 26, 2008 at 4:56 PM, ffelgenh <[email protected]> wrote: > > Hi, > > is it possible to forward a request to some external URL from within > my Google App Engine application?
What do you exactly mean by forwarding the request. Do you mean that you want to forward the request object that you get inside a RequestHandler? If yes what does forwarding mean? Assuming that above is correct, do you mean like getting the request data and sending it to external url using POST/GET request? Sure you can do this using site scraping methods. I am pretty new to app engine can be sure which modules will work on GAE and which will not > > Are there any high level APIs or do I need to do it my self with > Pythons low level API's? > > Cheers > > Florian > > > > Mir Nazim Cell: +91 9469071855 Blog: http://saunzal.org Company:http://www.ikraftsoft.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
