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.
Sandbox details
sandbox engine: browser
sandbox name: fetch
allowed commands: run
in-browser: ✔
Usage example:
```
GET http://httpbingo.org/uuid
```
<codapi-snippet engine="browser" sandbox="fetch" editor="basic">
</codapi-snippet>