https://github.com/iamkhan21/cors-proxy
CORS proxy-server
https://github.com/iamkhan21/cors-proxy
cors cors-proxy proxy proxy-server
Last synced: 4 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 (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-05T15:52:15.000Z (almost 2 years ago)
- Last Synced: 2025-01-23T19:39:11.506Z (6 months ago)
- Topics: cors, cors-proxy, proxy, proxy-server
- Language: TypeScript
- Homepage: https://cors.iamkhan.tech
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- 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)