Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troygoode/node-cors-server
A test application that helps illustrate CORS while both in a working state and a non-working state across simple and complex request scenarios.
https://github.com/troygoode/node-cors-server
cors express javascript nodejs
Last synced: about 5 hours ago
JSON representation
A test application that helps illustrate CORS while both in a working state and a non-working state across simple and complex request scenarios.
- Host: GitHub
- URL: https://github.com/troygoode/node-cors-server
- Owner: troygoode
- License: mit
- Created: 2013-04-28T17:02:28.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T10:26:04.000Z (over 3 years ago)
- Last Synced: 2024-05-08T16:54:59.030Z (6 months ago)
- Topics: cors, express, javascript, nodejs
- Language: JavaScript
- Homepage: https://node-cors-client.netlify.com
- Size: 10.7 KB
- Stars: 94
- Watchers: 5
- Forks: 74
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-cors-server
A test application that helps illustrate CORS while both in a working state and a non-working state across simple and complex request scenarios.
## See Also
* https://node-cors-client.netlify.com/
* https://github.com/expressjs/cors
* https://github.com/troygoode/node-cors-client
* https://github.com/troygoode/node-cors-server## License
[MIT License](http://www.opensource.org/licenses/mit-license.php)
## Author
[Troy Goode](https://github.com/troygoode) ([[email protected]](mailto:[email protected]))