Skip to content

doublehops/cors-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A simple HTML file to debug CORS related issues.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages