Skip to content

A proxy server for adding permissive CORS headers.

License

Notifications You must be signed in to change notification settings

reiver/corsproxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corsproxy

This is a proxy HTTP server that adds permissive cross-origin resource sharing (CORS) headers to the response.

For example, if the following URL didn't have CORS headers:

http://example.com/user/joeblow.atom

Then, if the corsproxy serving on the Internet domain corsproxy.tld, then the following would give the return the same data with permissive CORS headers added:

http://corsproxy.tld/http://example.com/user/joeblow.atom

CORS Heaers

The CORS headers that are added are:

Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: GET, DELETE, HEAD, OPTIONS, PATCH, POST, PUT, TRACE

About

A proxy server for adding permissive CORS headers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages