Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

oelin/cors-proxy-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CORS Proxy

In certain contexts, circumvention of CORS policies may be neccesssary for an application work correctly. One way of achieving this is through the use of a CORS proxy. This is essentially a web server which mirrors content from third-party origins such that they can be accessed without explicit CORS permissions. This repository contains a Python implementation which interprets the requested URL path as a URL itself and returns the resource found at that location.

Releases

No releases published

Packages

No packages published

Languages