Hey Niklas, You can post to whatever path (that is under your control) you want. But it might be a good idea to post to one that makes sense.
For example: if the user is submitting a login form, a post to "/ login" makes sense. Then this page can either show a "Login successful" message with a link to continue, or redirect the user to the appropriate page. You can of course also post to the appropriate page directly and have the post method of the handler perform the login and then call self.get() after that to output the page. This can make your code harder to follow, though. Regards, Andreas On Jan 28, 9:29 am, niklasr <[email protected]> wrote: > My related question is whether http post directly to the server root > is go or no? > Thank you > Niklas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
