Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 665 Bytes

File metadata and controls

10 lines (6 loc) · 665 Bytes

CORS Debug Page

This is a single page script that was designed to test and debug CORS related issues in a standalone environment. CORS debugging can be tricky so this little tool is can be used to isolate any concerns.

Load the page and enter data into the fields and submit the form. Watch the network activity in your browser inspection tools to check if both the OPTIONS and real (GET, POST, PUT, etc.) request are being sent.

For more information on CORS, visit Mozzila's page about CORS issues.

CORS test screenshot