Skip to content

gentlekenny/cors-test-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Cors Test Tool

All credits go to Nick Gibbon.

How to use it?

  • Clone the repository
  • Open index.html in your browser. Screen will be blank
  • Right click on the blank screen, go to Inspect to tweak the appearance of a web page (You should see that Google has a cors policy and you will see an error)
  • Open your main.js in your code editor
  • Replace the value of url field with the url which you want to test on Cors policy
  • Save changes
  • Refresh your browser and check for errors