# curl https://simplekv.com/path/to/key2
<html><body><h1>Well, this seems safe...</h1></body></html>
I guess this argument could also be applied to Pastebin? Should it be returning raw HTML if asked to?
I read in one of the comments you're using Flask on the backend, are you storing the key/values in a SQL database? My backend is written in Go and data is serialized to disk in a binary format.
edit: I just saw that you also implemented a delete feature, my bad for not reading all the examples carefully ;-)
I'm using Jami's OpenDHT which provides a web gateway API to get and set things, maybe something like that could serve as a backend?
As for the backend, it's a Flask-based API. I'll look into your suggestion though!