Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 319 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 319 Bytes

CORS-Proxy-Server

CORS Proxy Server in Go This is a lightweight CORS (Cross-Origin Resource Sharing) proxy server implemented in Go, designed to facilitate cross-origin requests between web applications and APIs. The server acts as an intermediary, allowing browsers to make requests to APIs that don't support CORS.