DogatorixBack to Repos
/ simple-proxy

Created on 1/8/2024 and last updated on 1/15/2024.
This repository has 126 commits, 0 of which were made by me.
Avaliability: Public

  • simple-proxy

    Simple reverse proxy to bypass CORS, used by movie-web. Read the docs at https://docs.movie-web.app/proxy/introduction


    features:

    • Deployable on many platforms - thanks to nitro
    • header rewrites - read and write protected headers
    • bypass CORS - always allows browser to send requests through it
    • secure it with turnstile - prevent bots from using your proxy

    [!WARNING] Turnstile integration only works properly with cloudflare workers as platform

    supported platforms:

    • cloudflare workers
    • AWS lambda
    • nodejs
    • netlify edge functions