Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/mskcors
CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.
https://github.com/mskian/mskcors
cors cors-anywhere cors-proxy cors-request
Last synced: about 1 month ago
JSON representation
CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.
- Host: GitHub
- URL: https://github.com/mskian/mskcors
- Owner: mskian
- Created: 2023-05-03T04:36:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-03T04:37:37.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T22:48:44.541Z (3 months ago)
- Topics: cors, cors-anywhere, cors-proxy, cors-request
- Language: JavaScript
- Homepage: https://github.com/Rob--W/cors-anywhere
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORS Anywhere
CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request -
I remove some packages, test code and upload it to my repo for self hosting
using `render.com ` to host the proxy API- connect your github account and authorize with render
- next choose the repo you want to deploy in render
- add build command and start command to complete the setup
- done```sh
## start the server
yarn start
```
## License
MIT