[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-10-14 Thread brucko
This can be worked around http://www.ozdroid.com/#!BLOG/2010/10/12/How_to_Make_Google_AppEngine_Applications_Ajax_Crawlable However, we have a new issue http://code.google.com/p/googleappengine/issues/detail?id=3867 Geoff. -- You received this message because you are subscribed to

[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-08-19 Thread PhilBeaudoin
I've looked for an issue in the tracker for this, didn't find anything so I created one. Please star it: http://code.google.com/p/googleappengine/issues/detail?id=3602 Cheers, Philippe On Aug 19, 3:44 am, Matt H matt2...@gmail.com wrote: This really NEEDS to be supported. On Jul 12, 6:26 

[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-07-12 Thread Krishna
+1 I'd love support for search engine crawling as well. On Jul 4, 5:33 am, Jaroslav Záruba jaroslav.zar...@gmail.com wrote: +1 I'm having the same issue. :( My goal is to store the generated markup in blob. On Jun 28, 9:12 pm, PhilBeaudoin philippe.beaud...@gmail.com wrote: Bumping

[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-07-03 Thread Jaroslav Záruba
+1 I'm having the same issue. :( My goal is to store the generated markup in blob. On Jun 28, 9:12 pm, PhilBeaudoin philippe.beaud...@gmail.com wrote: Bumping this. Is it a good idea to put an issue up for this, as it seems deeply rooted in AppEngine's internals? On Jun 22, 12:56 pm,

[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-06-28 Thread PhilBeaudoin
Bumping this. Is it a good idea to put an issue up for this, as it seems deeply rooted in AppEngine's internals? On Jun 22, 12:56 pm, PhilBeaudoin philippe.beaud...@gmail.com wrote: Thanks for your comments. HTMLUnit (a headless browser) uses URLFetch to get the content of any URL it needs

[google-appengine] Re: Cannot fetch dynamic content from the same app (URL Fetch API)

2010-06-22 Thread PhilBeaudoin
Thanks for your comments. HTMLUnit (a headless browser) uses URLFetch to get the content of any URL it needs to fetch when parsing a webpage or running javascript code. I think it would be really tricky to modify it in order to use a different mechanism when fetching from the same app. @Nick, is