HTTP playground

POST http://httpbingo.org/dump/request
content-type: application/json

{
    "message": "hello"
}

For security reasons, the hostname is limited to httpbingo.org (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

Sandbox details

sandbox engine:     codapi
sandbox name:       http
allowed commands:   run
in-browser:         via Fetch API

Usage example:

```
GET http://httpbingo.org/uuid
```

<codapi-snippet sandbox="http" editor="basic">
</codapi-snippet>

Documentation