This question was intended for an answer that is fully python. NOT JS. That's why it is not a duplicate.
I'm using GAE and python, and I been looking for a way to change the URL in the browser from
www.example.com/foo.html
to
www.example.com/banana
without reloading the page. it looked more straightforward in JS and Java, but I haven't found a way in python yet.
Note:
It would be better if there is a way through app.yaml
. Meaning that, send a request from the handler with a pattern that goes thro app.yaml -> main.app
and from there it gets handled by a different handler