awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Rob--W avatar

Rob--W/cors-anywhere

0
View on GitHub↗
9,347 stars·6,558 forks·JavaScript·mit·10 vues

Cors Anywhere

This project is a Node.js HTTP proxy server that enables cross-domain API requests from browsers by injecting Cross-Origin Resource Sharing headers into HTTP responses. It functions as a reverse proxy gateway and header manipulator, allowing for the interception and modification of traffic between a client and a target server.

The proxy provides mechanisms to bypass browser same-origin policy restrictions through automated header injection. It includes capabilities for origin-based rate limiting and request interception to control traffic flow and prevent unauthorized usage of the proxy service.

The system covers broad capability areas including request and response header modification, origin domain filtering via whitelists or blacklists, and the ability to route outgoing requests through intermediate proxy tunnels. It also handles recursive redirect resolution to retrieve final destination content and URLs.

Features

  • CORS Proxies - Provides a proxy server that injects CORS headers into responses to bypass browser same-origin policy restrictions.
  • CORS Header Injection - Injects required Access-Control-Allow-Origin headers into responses to allow browsers to bypass same-origin policy restrictions.
  • Cross-Origin Networking - Enables API requests from web pages to servers that do not provide CORS headers via a proxy layer.
  • HTTP Proxies - Functions as a middleman server that intercepts, modifies, and routes HTTP traffic between clients and destinations.
  • Proxy Headers - Implements utilities for modifying and forwarding HTTP request headers specifically for proxying purposes.
  • HTTP Request Filtering - Inspects and filters incoming HTTP requests to validate origins and headers before forwarding traffic.
  • API Request Handling - Intercepts and modifies HTTP headers on the fly to meet the requirements of target servers or APIs.
  • HTTP Header Manipulators - Provides utilities to add, remove, or filter request and response headers to manage metadata and bypass security restrictions.
  • Dynamic Request Forwarding - Translates incoming proxy requests into outgoing HTTP calls to a target server while preserving essential metadata.
  • Rate Limiters - Implements origin-based rate limiting to control request frequency and prevent abuse of the proxy service.
  • Automatic Redirect Handlers - Provides logic to automatically trace and follow HTTP redirect chains to retrieve the final destination content.
  • Reverse Proxies - Operates as a reverse proxy gateway that routes requests while enforcing origin whitelists and security constraints.
  • Access Restrictions - Implements request filtering based on origin domains and headers to prevent unauthorized usage of the proxy server.
  • Domain Whitelists - Controls access to the target server using whitelists and blacklists of originating domains.
  • Proxy Security Header Enforcements - Enforces the presence of specific headers in incoming requests to block direct browser access and unauthorized traffic.
  • Rate Limiting & Abuse Prevention - Prevents service abuse by throttling request frequency from specific originating domains.
  • Rate Limiting - Caps request frequency from specific source domains to maintain system stability and prevent abuse.

Historique des stars

Graphique de l'historique des stars pour rob--w/cors-anywhereGraphique de l'historique des stars pour rob--w/cors-anywhere

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait rob--w/cors-anywhere ?

This project is a Node.js HTTP proxy server that enables cross-domain API requests from browsers by injecting Cross-Origin Resource Sharing headers into HTTP responses. It functions as a reverse proxy gateway and header manipulator, allowing for the interception and modification of traffic between a client and a target server.

Quelles sont les fonctionnalités principales de rob--w/cors-anywhere ?

Les fonctionnalités principales de rob--w/cors-anywhere sont : CORS Proxies, CORS Header Injection, Cross-Origin Networking, HTTP Proxies, Proxy Headers, HTTP Request Filtering, API Request Handling, HTTP Header Manipulators.

Quelles sont les alternatives open-source à rob--w/cors-anywhere ?

Les alternatives open-source à rob--w/cors-anywhere incluent : alibaba/higress — Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It… searxng/searxng — This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web,… everywall/ladder — Ladder is a web proxy server and HTTP response modifier designed to circumvent bot protections, CORS restrictions, and… adamchainz/django-cors-headers — django-cors-headers is a middleware for Django that manages Cross-Origin Resource Sharing headers to control which… requestly/requestly. haproxy/haproxy — HAProxy is a high-performance TCP and HTTP proxy that distributes traffic across multiple backend servers to ensure…

Alternatives open source à Cors Anywhere

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Cors Anywhere.
  • alibaba/higressAvatar de alibaba

    alibaba/higress

    7,558Voir sur GitHub↗

    Higress is an AI API gateway and cloud-native traffic manager that functions as a Kubernetes ingress controller. It provides a centralized system for routing, securing, and optimizing traffic directed toward large language models, AI agents, and microservice architectures. The project distinguishes itself through deep AI orchestration, including the ability to host and manage Model Context Protocol servers that transform REST APIs into tools for AI agents. It features specialized AI infrastructure for model request proxying, protocol translation across multiple providers, and semantic-based c

    Goai-gatewayai-nativeapi-gateway
    Voir sur GitHub↗7,558
  • searxng/searxngAvatar de searxng

    searxng/searxng

    32,180Voir sur GitHub↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Pythonbingbravedegoogle
    Voir sur GitHub↗32,180
  • everywall/ladderAvatar de everywall

    everywall/ladder

    8,499Voir sur GitHub↗

    Ladder is a web proxy server and HTTP response modifier designed to circumvent bot protections, CORS restrictions, and paywalls. It functions by intercepting traffic to modify HTML, CSS, and JavaScript via regular expressions and altering HTTP headers to reveal restricted content. The project distinguishes itself through its ability to bypass anti-scraping mechanisms and specialized bot detection, such as Cloudflare, by integrating with external challenge-solving services. It also enables client identity emulation by spoofing user agents and network identifiers to masquerade as different brow

    Gobypasscorscors-proxy
    Voir sur GitHub↗8,499
  • adamchainz/django-cors-headersAvatar de adamchainz

    adamchainz/django-cors-headers

    5,587Voir sur GitHub↗

    django-cors-headers is a middleware for Django that manages Cross-Origin Resource Sharing headers to control which external domains can access server resources. It serves as a security component for enforcing access control policies through origin validation and header management. The project provides capabilities for origin whitelisting using hostnames or regular expressions and supports the Local Network Access specification to permit requests from private networks. It allows for granular control via path-based restrictions and dynamic origin validation driven by a signal system. The softw

    Python
    Voir sur GitHub↗5,587
  • Voir les 30 alternatives à Cors Anywhere→