Good morning, I'd like to know how I can save the contents of my page in the url with a unique id. Same as jsfiddle.net
For example, when you first access it, it has the default url: jsfiddle.net, but when you click the "save" button, it generates this url: link , and with each click on the" save "it counts and generates the following url: link . I would like to know how I can do this without the user being logged in.
That up there is just one example.
Thank you in advance.