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
command: run
in-browser: via Fetch APIUsage example:
```
GET http://httpbingo.org/uuid
```
<codapi-snippet sandbox="http" editor="basic">
</codapi-snippet>