Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 771 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 771 Bytes

API Proxy Server

codecov

Introduction

A proxy server built in ExpressJS that bypasses a CORs error on an API request. The server acts as a mediator between the client and server by adding CORS headers to a request. It operates between the frontend web application that initiates the request and the server that provides the response data.