Skip to content

monsur/test-cors.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 7, 2016 22:34
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.