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.
Write a pattern and test it against URLs instantly. See which groups match. Learn the modern alternative to regex for routing. Works entirely in the browser.
Trigger different vibration patterns on mobile devices. Test if your phone supports haptic feedback. Simple demo.
Read the ambient atmospheric pressure in hPa using the Pressure Sensor API (if available). Real‑time graph.
Register a periodic background sync and see the status. Schedule content updates for your PWA. API demo.
Experiment with the experimental Prompt API and Summarization API right in your browser. See how the on‑device AI model responds. Requires Chrome with AI features enabled.
Register a periodic background sync with a minimum interval. See the registration state and tags. Keep content fresh.
Play a simple monophonic synthesizer with your keyboard. Choose waveform, attack, decay, and filter. For music fun.
Connect an audio source to an Analyzer Node and display frequency and time‑domain data. Learn Web Audio visualization.
Paste text to see a live letter frequency bar chart. Helps break substitution ciphers. All local analysis.
Apply lowpass, highpass, and reverb to an audio source. See frequency response. Create your own guitar pedal. All local.
Register a periodic background sync to fetch fresh data even when the tab is closed. Understand the API and limits.
Select color bands to decode a resistor's value, tolerance, and temperature coefficient. Essential for anyone working with electronics hardware.
Process audio faster than real‑time with OfflineAudioContext. Apply filters and export the result. Dev tool.
Zoom through the electromagnetic spectrum from radio waves to gamma rays. See wavelength, frequency, and applications. Static educational page.
Play a selection of local lo‑fi tracks (embedded). Simple UI with play/pause. No copyright issues. Stay focused.
Complete a series of visual pattern puzzles and get a fun estimated score. Purely for entertainment. No data collected.
Change the viewport meta tag and see how a page would render at different device widths. Understand responsive basics.
Pomodoro timer with built‑in lo‑fi music playlist (synthetic). Focus and rest cycles. No copyright music; generated tones.
Play a sweep from 20Hz to 20kHz. Test your speakers and your hearing. Simple and effective. Web Audio API.
Convert between pace (min/km, min/mile) and speed (km/h, mph). Predict race finish times for 5k, 10k, half and full marathon based on a recent split. Works offline.
Play a collection of retro 8‑bit synth pads and leads using your keyboard. Record sequences and export as WAV. Pure Web Audio API.
Hear a common bird song and choose the correct species from multiple choices. Ear training for birders.
Mix white noise, pink noise, rain, thunder, wind, and cafe sounds. Individual volume, save presets. Relax or focus. All client‑side.
Mix multiple ambient sounds (rain, fireplace, cafe, forest) at different volumes. Create your perfect background noise. Local loops.
Enter text and generate the corresponding Morse code audio beeps. Adjust speed and tone. Great for learning and practicing CW. No download.
Load an audio file and see its spectrogram with frequency over time. Adjust resolution and color map. Discover hidden sounds.
Use the Magnetometer API to build a digital compass. See magnetic field strength and heading in real time.
Select functional groups to see an approximate IR absorption spectrum. Learn spectroscopy visually. All local.
Route your microphone input through a chain of virtual effects (distortion, reverb, delay) using Web Audio API.