• Stars
    star
    508
  • Rank 86,941 (Top 2 %)
  • Language
    JavaScript
  • Created almost 13 years ago
  • Updated about 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A tool to help test CORS requests
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.