Server Post Logs
This is a testing tool where you can have an HTTP client form any HTTP operation to the https://web.tools.cedarhillsgroup.com/anything/server/ endpoint. We store that data and you can come to this page and retrieve it. What would you use this for? This is mainly for testing and debugging especially when you are running into an unknown client and having connection or encoding issues. You can have them temporarily submit their request to this endpoint and you can see what they are sending.
curl --request POST \ --url 'https://web.tools.cedarhillsgroup.com/anything/server/?sort=desc' \ --header 'Accept: */*' \ --header 'Authorization: Basic Y29vbDpiZWFucw==' \ --header 'Content-Type: application/json' \ --header 'x-foo: 278b28cd-24a9-4834-a664-16414b8c68ba' \ --data '{ "time": "1727984047629", "uuid": "99305747-9e2a-4381-ae89-662b412c8d97", "message": "jGYbcRrhYBExgZVtQTlyuVlLSUoVlPRdhNmaugaRVpETleseMC" }'