Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/troygoode/node-cors-client
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-client
cors express javascript nodejs
Last synced: about 3 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-client
- Owner: troygoode
- License: mit
- Created: 2013-04-28T17:03:03.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2019-05-28T07:35:41.000Z (over 5 years ago)
- Last Synced: 2024-05-08T16:54:53.996Z (6 months ago)
- Topics: cors, express, javascript, nodejs
- Language: JavaScript
- Homepage: https://node-cors-client.netlify.com
- Size: 92.8 KB
- Stars: 70
- Watchers: 5
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-cors-client
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]))