HTTP Request Composer - Online Build & Send Requests
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
UD5 Toolkit
| Key | Value | |
|---|---|---|
| Header Name | Header Value | |
|---|---|---|
Send a request to see the response here
The response status, headers, and body will appear in this area
Access-Control-Allow-Origin headers in its response, the browser will block the request for security reasons. This is not a bug in the tool — it's a fundamental browser security policy. To work around this, you can test with public APIs that support CORS (like JSONPlaceholder, GitHub API, or httpbin), use a browser extension that temporarily disables CORS (for development only), or set up a local CORS proxy server. Many production APIs do support CORS for web application integration.
application/json as the Content-Type. (3) Enter your valid JSON in the text editor — the tool will validate your JSON syntax automatically. (4) Ensure the Headers tab includes Content-Type: application/json (this is set automatically when you choose the JSON content type). (5) Click Send. The request body will be transmitted as a JSON string, and most modern APIs will parse it correctly on the server side.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
Generate a pop signal to determine if speakers are wired in phase. Quick stereo test.
Display an astigmatism dial and instructions for self-assessment. Educational, not a medical diagnosis.
Hear a word spoken by browser TTS and type the spelling. Choose difficulty or paste your own list. Great for kids. Local only.
Load a video and visually check if audio aligns with lips. Use frame‑by‑frame stepping. Debug playback issues.
Unified input demo: see pressure, tilt, and type from any pointer. Compare pointerType values. Essential for drawing apps.
Paste your Accept‑Language header and see which languages your site should serve based on quality values. Internationalization helper.
Test how your page loads under slow, 3G, or offline conditions by intercepting fetch and applying delays. No DevTools needed.
Decode an image progressively using the ImageDecoder API. See partial results and metadata. Modern alternative to <img>.
Decode individual video frames from a local file using the VideoDecoder API. Step through frames. Cutting‑edge browser feature.
Demonstrate how the Web OTP API automatically reads one‑time codes from SMS (mobile). Simulation with a fake SMS input.
Acquire and release locks across tabs. Prevent race conditions in IndexedDB or localStorage. Visual queue and lock state.
Connect a gamepad and see all button presses and axis movements visually. Check that every input is detected correctly.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
See your device's battery level, charging status, and discharge time using the Battery Status API. Fun utility.
Check current screen orientation and test the lock API. Useful for mobile web apps. Demo with code.
Test the Fullscreen API: request fullscreen on a colored div, detect changes, and copy the JavaScript boilerplate.
Experiment with the Async Clipboard API: read/write text and images from the clipboard. Verify permissions and see demo code.
Test the Web Share API by sharing text, links, and files directly from the browser. Check compatibility and see example code.
Check if your browser and display support the wider DCI‑P3 color space. See the difference with a simple test pattern.
Enter an API URL and quickly check its HTTP status code and response time. See response headers and body. Browser fetch.
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
Quickly test if your webcam, microphone, and speakers work correctly. See live video and audio meter. No data sent.
Generate random but realistic‑looking data arrays (users, products, orders) with typos and missing fields. For test robustness.
Simple interactive eye dominance test: hold up a virtual dot and see which eye stays aligned. Educational.
Build an iframe with different sandbox flags and see live which features are blocked. For secure embedding.
Simulate random mouse moves, clicks, or keystrokes to test idle‑timeout logic. Stops when you move the mouse. Dev test.
Paste a test card number to verify Luhn algorithm, identify issuer (Visa, MC), and check length. No real data.
Play left‑only, right‑only, and frequency sweeps to test your speakers or headphones. Quick audio check.
See a live VU meter of your microphone's input level. Test if your mic is working and adjust gain. Privacy‑friendly.