Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🌐 CORS Proxy Server over HTTPS at /proxy

A lightweight and production-ready CORS proxy built with Node.js and Express, reverse-proxied through Apache at:

https://tools.togethercfo.com/proxy/fetch?url=https://example.com

This allows frontend applications to safely bypass CORS restrictions by routing requests through your secure proxy.


🔧 Features

  • ✅ CORS enabled for all origins
  • ✅ Deployed with HTTPS via Let's Encrypt
  • ✅ Works behind Apache reverse proxy at /proxy
  • ✅ Simple ?url= interface for compatibility
  • ✅ Lightweight and fast
  • ✅ Easily deployed with PM2

🚀 Live Endpoint

GET https://tools.togethercfo.com/proxy/fetch?url=https://example.com

Installation

Clone the project
mkdir cors-proxy && cd cors-proxy
npm init -y
npm install express cors node-fetch
node app.mjs

About

A lightweight and efficient CORS (Cross-Origin Resource Sharing) proxy built with Node.js, designed to securely handle cross-origin requests. This service runs over HTTPS, ensuring encrypted data transmission and seamless integration with third-party APIs, web apps, and development tools.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages