CORS / Query String Demo

This site shows how Cross-Origin Resource Sharing (CORS) affects API requests in browsers.

Demos

What You Can Do

How to Use

  1. Open DevTools (F12) → Network tab.
  2. Load one of the demo pages above.
  3. Toggle “Enable CORS” and trigger the request (click the button / submit the form).
  4. Inspect the request URL, status code, and response headers.