webapp2

What do the chars %7D mean in an url query?

What do the chars %7D mean in an url query? Question: If I access my webapp with the url /vi/5907399890173952.html then it works but when I look in the log files then googlebot is trying to access a similar url which generates an exception: /vi/5907399890173952.html%7D%7D what does it mean and how can it be handled …

Total answers: 2

Flask vs webapp2 for Google App Engine

Flask vs webapp2 for Google App Engine Question: I’m starting new Google App Engine application and currently considering two frameworks: Flask and webapp2. I’m rather satisfied with built-in webapp framework that I’ve used for my previous App Engine application, so I think webapp2 will be even better and I won’t have any problems with it. …

Total answers: 5