Skip to content

cnov20/test-cors.org

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The code behind http://test-cors.org

The code is divided into two parts:

1. The client code in src/client that makes the CORS request.
1. The server code in src/server that receives the CORS request.

The client and server code need to live on different origins (in order to be a
true cross-origin request). The code here is deployed to Google's App Engine.

About

A tool to help test CORS requests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.7%
  • HTML 28.4%
  • Python 21.5%
  • CSS 1.4%