Enter a URL to beginYour browser makes the real request to the URL you enter, exactly like any page would. If the call completes, the current origin was authorized. If it's blocked, the browser never shows the page any data, that alone is the result.
Preflight (simulation)Simple request, no preflight
This request only uses a method and headers CORS considers "safe" (GET/HEAD/POST with a simple Content-Type and standard headers), so the browser sends it directly, with no OPTIONS check first.
The test request leaves your browser directly for the URL you entered, the J-Kit server never sees, resolves or intermediates that address. It's the same kind of call any script on your own page would make.