Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamkhan21/cors-proxy
CORS proxy-server
https://github.com/iamkhan21/cors-proxy
cors cors-proxy proxy proxy-server
Last synced: about 2 months ago
JSON representation
CORS proxy-server
- Host: GitHub
- URL: https://github.com/iamkhan21/cors-proxy
- Owner: iamkhan21
- Created: 2023-10-04T18:23:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-05T15:52:15.000Z (over 1 year ago)
- Last Synced: 2023-10-06T06:58:09.516Z (over 1 year ago)
- Topics: cors, cors-proxy, proxy, proxy-server
- Language: TypeScript
- Homepage: https://cors.iamkhan.tech
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CORS Proxy
This is a simple proxy server built using the Hono framework. It can be used to overcome CORS issues during development by proxying requests to the target server. It has the ability to cache the server responses to improve performance, and also provides CORS preflight response capability.
## Getting Started
To use this service, append your target URL as a query parameter like so:
https://cors.iamkhan.tech/cors?target={YOUR_URL_HERE}## About This Project
This project uses the following technologies:
- [TypeScript](https://www.typescriptlang.org/)
- [Hono](https://www.npmjs.com/package/hono)
- [Node.js](https://nodejs.org)