cors-demo icon indicating copy to clipboard operation
cors-demo copied to clipboard

Demo server/client for CORS cookies, preflights and redirects.

cors-demo

Demo server/client for CORS cookies, preflights and redirects.

Get Running

  1. npm run install
  2. npm start
  3. Open the given URL.

Tutorials

  1. http://harttle.com/2016/12/28/cors-with-cookie.html
  2. http://harttle.com/2016/12/30/cors-preflight.html
  3. http://harttle.com/2016/12/30/cors-redirect.html