Oopsie with README + LICENSE
Initial commit
Suteba (捨場 - dumping ground) is a simple request bin/dump written in PHP.
I needed this functionality for my day job, and
while I could've used something that's available (and probably better), that wouldn't be much of a learning experience now, would it?
The solution? Make your own.
$keys
, e.g.:private $keys = [
'test' => '098f6bcd4621d373cade4e832627b4f6',
'hxii' => '4b58f3d6a1935c14ac594f9ef9dca69e'
];
curl -d "test=true&value=suetba%20is%20cool" https://yourdomain/pb.php?key=098f6bcd4621d373cade4e832627b4f6
{
"id": "e08b7ecac70c8142ff2c8e76ebd17892",
"path": "data/098f6bcd4621d373cade4e832627b4f6/e08b7ecac70c8142ff2c8e76ebd17892.txt"
}
https://yourdomain.com/data/098f6bcd4621d373cade4e832627b4f6/e08b7ecac70c8142ff2c8e76ebd17892.txt
orhttps://yourdomain/pb.php?key=098f6bcd4621d373cade4e832627b4f6&action=list
.Found a problem? Report it here.