CORS Proxy Emulator - Online Test Cross‑Origin Requests
Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
UD5 Toolkit
Connect to any Server-Sent Events endpoint, inspect real‑time stream, add custom headers, and debug effortlessly.
Access-Control-Allow-Origin header, you'll see a CORS error. Ask the server administrator to enable CORS, or use a proxy. Our tool automatically switches to fetch mode when custom headers are provided, but CORS restrictions still apply.Authorization: Bearer your-token). The tool will automatically use the Fetch API (with streaming) to support headers, since the native EventSource interface does not allow custom request headers.retry: field sent by the server. In Fetch mode, we manually reconnect after the same retry interval (default 3 seconds) when the connection is lost, as long as the auto‑reconnect switch is active.http://localhost:8080/events.Bypass CORS for testing by routing requests through a local service worker proxy. Debug APIs without server changes. Experimental.
Preview any website inside emulated device viewports (iPhone, iPad, various resolutions). No screenshot, live interaction in an iframe. Local tool.
Click to get a random HTTP status code with its name and description. See 418 I'm a teapot. Fun for devs.
See your website inside iframes at multiple breakpoints simultaneously. Side‑by‑side responsive testing.
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.
Demonstrate how to add custom headers and POST‑like functionality to EventSource using a polyfill. Code and example.
Toggle a screen wake lock to prevent the device from dimming or sleeping. See the lock state and learn the API.
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.
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.