Simple proxy to bypass CORS issues. This was built as a local dev only solution to enable prototyping against existing APIs without having to worry about CORS.
This project is a fork of [Local CORS Proxy](https://github.com/garmeeh/local-cors-proxy) originally created by [Gary Meehan](https://github.com/garmeeh).
Simple proxy to bypass CORS issues. This was built as a local dev only solution to enable prototyping against existing APIs without having to worry about CORS.
(This is a fork of the original repository at https://github.com/garmeeh/local-cors-proxy. Basically adds support for skipping SSL certificate validation - a usecase important when trying to proxy URL's with self-signed certificates).
This is a fork that modifies the original [local-cors-proxy](https://github.com/garmeeh/local-cors-proxy) to accept a full URL via encoded URI.
A TypeScript SSE proxy for MCP servers that use stdio transport.
A minimal CLI helper to run a local development server with CORS enabled
Node.js CORS middleware
The Linux 64-bit binary for the Netlify Functions local proxy server
Netlify Functions local proxy server
Simple SSL HTTP proxy using a self-signed certificate. Intended for local development only.
To install dependencies:
Support for setting Cross-Origin Resource Sharing (CORS) headers to lws
CORS Anywhere is a reverse proxy which adds CORS headers to the proxied request. Request URL is taken from the path
The Linux ARM 64-bit binary for the Netlify Functions local proxy server
An HTTP(s) proxy `http.Agent` implementation for HTTP
The Windows 64-bit binary for the Netlify Functions local proxy server
TypeScript definitions for cors
Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.
Turn a function into an `http.Agent` instance
Fastify CORS
proxy http requests, for Fastify
Maps proxy protocols to `http.Agent` implementations
Cross-Origin Resource Sharing(CORS) for koa