Skip to content

Bypass CORS with this simple node proxy server πŸ§‘β€πŸ’»

License

Notifications You must be signed in to change notification settings

LucasFrazier/simple-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 [email protected]: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

About

Bypass CORS with this simple node proxy server πŸ§‘β€πŸ’»

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published