forked from Rob--W/cors-anywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add note about availability of public demo server
Referencing Rob--W#301
- Loading branch information
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,6 +50,9 @@ Live examples: | |
To use the API, just prefix the URL with the API URL. Take a look at [demo.html](demo.html) for an example. | ||
A concise summary of the documentation is provided at [lib/help.txt](lib/help.txt). | ||
|
||
**Note: as of February 2021, access to the demo server requires an opt-in**, | ||
see: https://github.com/Rob--W/cors-anywhere/issues/301 | ||
|
||
If you want to automatically enable cross-domain requests when needed, use the following snippet: | ||
|
||
```javascript | ||
|
@@ -134,6 +137,9 @@ only provided so that you can easily and quickly try out CORS Anywhere. To ensur | |
stays available to everyone, the number of requests per period is limited, except for requests from | ||
some explicitly whitelisted origins. | ||
|
||
**Note: as of February 2021, access to the demo server requires an opt-in**, | ||
see: https://github.com/Rob--W/cors-anywhere/issues/301 | ||
|
||
If you expect lots of traffic, please host your own instance of CORS Anywhere, and make sure that | ||
the CORS Anywhere server only whitelists your site to prevent others from using your instance of | ||
CORS Anywhere as an open proxy. | ||
|
@@ -164,7 +170,7 @@ node server.js | |
|
||
## License | ||
|
||
Copyright (C) 2013 - 2016 Rob Wu <[email protected]> | ||
Copyright (C) 2013 - 2021 Rob Wu <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
|