Random HTTP Status Code Generator - Online Dev Test
Click to get a random HTTP status code with its name and description. See 418 I'm a teapot. Fun for devs.
UD5 Toolkit
X-Custom-Header or Authorization). Leave empty for a simple request.Access-Control-Allow-Origin header. Browsers block the response to protect user data.Access-Control-Allow-Origin: *, bypassing the browser's same-origin policy. Use public proxies only for non-sensitive testing.OPTIONS request to check if the server allows the actual request. This is called a preflight. If the server doesn't respond with the correct CORS headers, the actual request is never sent.Access-Control-Allow-Origin header to your server responses. For preflighted requests, you also need to handle OPTIONS requests and return appropriate Access-Control-Allow-Methods and Access-Control-Allow-Headers.GET, HEAD, POST with standard headers and content types. They don't trigger a preflight. Any other request (like PUT, DELETE, or custom headers) triggers a preflight OPTIONS check, making them slower and potentially blocked if the server isn't configured correctly.Click to get a random HTTP status code with its name and description. See 418 I'm a teapot. Fun for devs.
Preview any website inside emulated device viewports (iPhone, iPad, various resolutions). No screenshot, live interaction in an iframe. Local tool.
See your website inside iframes at multiple breakpoints simultaneously. Side‑by‑side responsive testing.
Connect to an SSE endpoint and display events in real time. Inspect event types and data. Handy for frontend devs.
Visually create a motion path for CSS animations. See the element follow the path. Copy the `offset‑path` and keyframes.
Create a basic Playwright script with browser launch, page navigation, and screenshot. Start E2E testing instantly.
Enter a URL and view it in three iframes: mobile, tablet, and desktop side‑by‑side. Quick responsive check.
Register a periodic background sync and see the status. Schedule content updates for your PWA. API demo.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
Load a video and visually check if audio aligns with lips. Use frame‑by‑frame stepping. Debug playback issues.
Check if your page triggers the beforeinstallprompt event. Simulate the install flow. Debug PWA installability.
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.
Register a one‑off background sync and see it fire when connectivity returns. Debug service worker sync logic.
Check if a URL can be embedded in an iframe. Test your site’s defense against clickjacking. Browser‑based.
Register a service worker, subscribe to push, and send a test notification using a VAPID key pair. Step‑by‑step demo.
Check notification permission, request it, and send a test notification. Verify icon, body, and tag. Debug web push.
Override your browser's geolocation to any coordinates and test how your app responds. For development and privacy testing.
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.
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 any phrase and instantly see if it's a palindrome, ignoring spaces and punctuation. Fun for word nerds.
Generate random, formatted ID numbers that match pattern rules for various countries. For testing input validation. No real data.
Pick a method, URL, headers, and body, then send an HTTP request directly from your browser. Debug APIs easily.
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.
View a series of digital Ishihara‑style plates. Not a diagnostic tool, just educational. Read numbers.
Build an iframe with different sandbox flags and see live which features are blocked. For secure embedding.