Message Status and Control
Waiting for Messages on:https://web.tools.cedarhillsgroup.com/anything/server/underpay-monetary
HTTP Server Watcher
This is a testing tool where you can have an HTTP client send any data and you can inspect it here. 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. This can help around issues where some middleware or proxy layer is interfering with the request or mangling the encoding.
Setup Instructions
- Point your HTTP requests to the following endpoint:
https://web.tools.cedarhillsgroup.com/anything/server/underpay-monetary
- Any HTTP method is supported, including GET, POST, PUT, DELETE, etc. The server will log the request and you can view it here.
- This page will automatically load the latest request logs.
Example Curl Command
curl --request POST \
--url 'https://web.tools.cedarhillsgroup.com/anything/server/underpay-monetary' \
--header 'Accept: */*' \
--header 'Authorization: Basic Y29vbDpiZWFucw==' \
--header 'Content-Type: application/json' \
--header 'x-foo: bar' \
--data '{
"time": "1727984047629",
"uuid": "99305747-9e2a-4381-ae89-662b412c8d97",
"message": "jGYbcRrhYBExgZVtQTlyuVlLSUoVlPRdhNmaugaRVpETleseMC"
}'