Fetch API playground

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

{
    "message": "hello"
}

This playground is completely in-browser, no server required.

The Fetch API provides an interface for fetching web resources from the browser.

⛫ homepage • αω tutorial

Sandbox details

sandbox engine: browser
sandbox name:   fetch
command:        run
in-browser:     ✔

Usage example:

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

<codapi-snippet engine="browser" sandbox="fetch" editor="basic">
</codapi-snippet>

Documentation