/simple-proxy

Bypass CORS with this simple node proxy server 🧑‍💻

Primary LanguageJavaScriptOtherNOASSERTION

About

This is a simple node proxy server built with fastify. It is not intended for production, but it can be a handy little tool to bypass CORS errors when developing locally.

Installation

  1. Clone the repo

    git clone https://github.com/LucasFrazier/simple-proxy.git
    or
    
    git clone git@github.com:LucasFrazier/simple-proxy.git
  2. cd into the directory

    cd simple-proxy
  3. run npm install

    npm install
  4. run node proxy-server

    node proxy-server

*Note: You will need to update the designated values in proxy-server.js manually before the server can successfully run