HTTP playground

POST http://httpbin/dump/request
content-type: application/json

{
    "message": "hello"
}

For security reasons, the hostname is limited to httpbin (see description)

HTTP is an application-layer protocol for transmitting hypermedia documents, such as HTML. It is the foundation of data communications on the Internet and is a popular choice for application APIs.

⛫ homepage • αω tutorial • ⚘ community