https://github.com/harttle/cors-demo
Demo server/client for CORS cookies, preflights and redirects.
https://github.com/harttle/cors-demo
Last synced: about 1 year ago
JSON representation
Demo server/client for CORS cookies, preflights and redirects.
- Host: GitHub
- URL: https://github.com/harttle/cors-demo
- Owner: harttle
- License: gpl-2.0
- Created: 2016-12-28T15:56:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T19:51:10.000Z (about 8 years ago)
- Last Synced: 2025-03-24T09:47:35.440Z (about 1 year ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.
2.
3.