You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,6 @@ CORS is a node.js package for providing a [Connect](http://www.senchalabs.org/co
18
18
*[Enabling CORS Pre-Flight](#enabling-cors-pre-flight)
19
19
*[Configuring CORS Asynchronously](#configuring-cors-asynchronously)
20
20
*[Configuration Options](#configuration-options)
21
-
*[Demo](#demo)
22
21
*[License](#license)
23
22
*[Author](#author)
24
23
@@ -218,15 +217,6 @@ The default configuration is the equivalent of:
218
217
219
218
For details on the effect of each CORS header, read [this](https://web.dev/cross-origin-resource-sharing/) article on web.dev.
220
219
221
-
## Demo
222
-
223
-
A demo that illustrates CORS working (and not working) using React is available here: [https://node-cors-client.netlify.com](https://node-cors-client.netlify.com)
0 commit comments