I have a url that looks like this
http://foo.com/Item/newItemName
After some operation on the page the item gets saved to the database with the item name. Now I want to replace the url like this
I need to update the window state, so is it possible to update the url using window.history.replaceState method or something similar to that?