A common way for a web app to handle form submissions is to redirect the user to a new url e.g. after a new item has been created. The normal way to do this is to use the 302 HTTP response code, which will cause the browser to load the provided uri. I don't know if it's coincidental or not, but...