HTTP Sink
A disposable endpoint that captures any HTTP request you send it — inspect the method, headers, and body in real time.
requests.log
Send your JSON requests to:
Heads up!
- Do not send any sensitive information. Do not consider this private.
- All information will be lost on page reload or navigating away.
- Maximum size is 5MB
- The body may not be 100% representative of the raw data sent, and may be be coerced into a map.
For example, in a shell:
curl 'https://elixirstream.dev/sink/0c583e1a-17c5-482c-b16f-257550f59000/?query=param' \
--silent \
--header "Content-Type: application/json" \
--data '{"foo": "bar"}'